DaqSystem.DisconnectTerminals Method
- Updated2023-02-21
- 1 minute(s) read
DaqSystemDisconnectTerminals Method
Removes signal routes you created by using ConnectTerminals(String, String, SignalRoutingModifiers).
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
public void DisconnectTerminals( string sourceTerminal, string destinationTerminal )
Public Sub DisconnectTerminals ( sourceTerminal As String, destinationTerminal As String )
Parameters
Exceptions
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |
Remarks
This method cannot remove task-based routes, such as those you create through timing and triggering configuration. When this method is called, it immediately unreserves the route. This type of routing is called immediate routing.