NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

ExportSignals.ExportHardwareSignal Method

  • Updated2023-02-21
  • 1 minute(s) read
ExportSignals.ExportHardwareSignal Method
Routes a control signal to the specified terminal.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302

Syntax

public void ExportHardwareSignal(
	ExportSignal signal,
	string outputTerminal
)
Public Sub ExportHardwareSignal ( 
	signal As ExportSignal,
	outputTerminal As String
)

Parameters

signal
Type: NationalInstruments.DAQmxExportSignal
The trigger, clock, or event to export.
outputTerminal
Type: SystemString
The destination of the exported signal. You can also specify a comma-delimited list for multiple terminal names.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

Remarks

Because the output terminal can reside on the device that generates the control signal or on a different device, you can use this method to share clocks and triggers between multiple devices.

See Also

Log in to get a better experience