NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

DaqSystem.DisconnectTerminals Method

  • Updated2023-02-21
  • 1 minute(s) read
DaqSystem.DisconnectTerminals 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

Log in to get a better experience