NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

ExportSignal Enumeration

ExportSignal Enumeration

ExportSignal Enumeration

Specifies the name of the trigger, clock, or event to export.

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

Syntax

public enum ExportSignal
Public Enumeration ExportSignal

Members

  Member nameValueDescription
AIConvertClock12484Clock that causes an analog-to-digital conversion on an E Series device. One conversion corresponds to a single sample from one channel.
Timebase20MHz12486Output of an oscillator that is the onboard source of the Master Timebase. Other timebases are derived from this clock.
SampleClock12487Clock the device uses to time each sample.
AdvanceTrigger12488Trigger that moves a switch to the next entry in a scan list.
ReferenceTrigger12490Trigger that establishes the reference point between pretrigger and posttrigger samples.
StartTrigger12491Trigger that begins a measurement or generation.
AdvanceCompleteEvent12492Signal a switch product generates after it both executes the command(s) in a scan list entry and waits for the settling time to elapse.
AIHoldCompleteEvent12493Signal an E Series device generates when the device latches analog input data (the ADC enters "hold" mode) and it is safe for any external switching hardware to remove the signal and replace it with the next signal. This event does not indicate the completion of the actual analog-to-digital conversion.
CounterOutputEvent12494Signal a counter generates. Each time the counter reaches terminal count, this signal toggles or pulses.
ChangeDetectionEvent12511The signal that a static DIO device generates when the device detects a rising or falling edge on any of the lines or ports you selected when you configured change detection timing.
WatchdogExpiredEvent12512The signal that a static DIO device generates when the watchdog timer expires.
ReferenceClock10MHz12536Output of an oscillator that you can use to synchronize multiple devices.

See Also

In This Section
Was this information helpful?