DaqSystem.DisconnectSwitchChannels Method (String, String, Boolean)
- Updated2023-02-21
- 1 minute(s) read
DaqSystemDisconnectSwitchChannels Method (String, String, Boolean)
Note: This API is now obsolete.
Terminates a connection between two channels.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
[ObsoleteAttribute("This method is obsolete.")] public void DisconnectSwitchChannels( string switchChannel1, string switchChannel2, bool waitForSettling )
<ObsoleteAttribute("This method is obsolete.")> Public Sub DisconnectSwitchChannels ( switchChannel1 As String, switchChannel2 As String, waitForSettling As Boolean )
Parameters
- switchChannel1
- Type: SystemString
The first channel in the connection. - switchChannel2
- Type: SystemString
The second channel in the connection. - waitForSettling
- Type: SystemBoolean
If , this method waits for the switches to settle before returning. If , the method returns immediately after the operation. This settling time is controlled through the SettlingTime property.
Exceptions
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |