NI-DAQmx .NET Framework 4.0 API Reference

DaqSystem.DisconnectSwitchChannels Method (String, Boolean)

  • Updated2023-02-21
  • 1 minute(s) read
DaqSystem.DisconnectSwitchChannels Method (String, Boolean)

Note: This API is now obsolete.

Terminates one or more connections between switch channels as specified by the disconnection list.

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 disconnectionList,
	bool waitForSettling
)
<ObsoleteAttribute("This method is obsolete.")>
Public Sub DisconnectSwitchChannels ( 
	disconnectionList As String,
	waitForSettling As Boolean
)

Parameters

disconnectionList
Type: SystemString
A list of switch connections to terminate. This list uses a special syntax.
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

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience