ConnectTerminals(string, string)
- Updated2026-02-05
- 1 minute(s) read
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
Exceptions
| Type | Description |
|---|---|
| NationalInstruments.DAQmx.DaqException | The NI-DAQmx driver returned an error. |