DisconnectTerminals(string, string)
- Updated2026-02-05
- 1 minute(s) read
Removes signal routes you created by using ConnectTerminals(string, string, SignalRoutingModifiers).
Syntax
Namespace: NationalInstruments.DAQmx
public void DisconnectTerminals(string sourceTerminal, string destinationTerminal)
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.
Parameters
Exceptions
| Type | Description |
|---|---|
| NationalInstruments.DAQmx.DaqException | The NI-DAQmx driver returned an error. |