NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

DaqSystem.DisconnectTerminals Method

DaqSystem.DisconnectTerminals Method

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

sourceTerminal
Type: SystemString
The originating terminal of the route.
destinationTerminal
Type: SystemString
The receiving terminal of the route.

Exceptions

ExceptionCondition
DaqExceptionThe 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.

See Also

Was this information helpful?