Method DisconnectTriggerTerminals
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
DisconnectTriggerTerminals(string, string)
Closes a route between a source trigger terminal and a destination trigger terminal.
public void DisconnectTriggerTerminals(string sourceTerminal, string destinationTerminal)
Parameters
sourceTerminalstringSpecifies the source terminal you would like to disconnect from the destination terminal. The source and destination terminals must be connected for this operation to succeed.
destinationTerminalstringSpecifies the destination trigger terminal to disconnect from the source terminal. The source and destination terminals must be connected for this operation to succeed.