Table of Contents

Method DisconnectTriggerTerminals

Namespace
NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Sync
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

sourceTerminal string

Specifies 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.

destinationTerminal string

Specifies the destination trigger terminal to disconnect from the source terminal. The source and destination terminals must be connected for this operation to succeed.