DaqSystem.ConnectTerminals Method (String, String)
- Updated2023-02-21
- 1 minute(s) read
DaqSystemConnectTerminals Method (String, String)
Creates a route between a source and destination terminal.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
public void ConnectTerminals( string sourceTerminal, string destinationTerminal )
Public Sub ConnectTerminals ( sourceTerminal As String, destinationTerminal As String )
Parameters
Exceptions
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |
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.