Creates a route between a source and destination terminal.

Syntax

Namespace: NationalInstruments.DAQmx

public void ConnectTerminals(string sourceTerminal, string destinationTerminal)

Remarks

The route can carry a variety of digital signals such as triggers, clocks, and hardware events. These source and destination terminals can be on different devices, as long as a connecting public bus, such as RTSI or the PXI backplane, is available. This method does not modify a task. When the method is called, the route is immediately reserved and committed to hardware. This type of routing is called immediate routing.

Parameters

NameTypeDescription
sourceTerminalstring

The originating terminal of the route.

destinationTerminalstring

The receiving terminal of the route.

Exceptions

TypeDescription
NationalInstruments.DAQmx.DaqException

The NI-DAQmx driver returned an error.