NI ELVIS III Toolkit

Table of Contents

FGEN Query Trigger Type VI

  • Updated2023-02-21
  • 3 minute(s) read

FGEN Query Trigger Type VI

Owning Palette: Query VIs

Requires: ELVIS III Toolkit

Checks the type of the trigger that triggers the waveform generation.

Instrument Handle In specifies the session created by the FGEN Initialize VI.
Channel specifies the name of the channel. You can specify only one channel.
Error In describes error conditions that occur before this node runs. This input provides standard error in functionality.
Instrument Handle Out returns a reference to the instrument.
Trigger Type returns the trigger type that triggers the instrument.
Name Value Description
Immediate 0 The instrument is triggered by an immediate trigger.
Analog edge 1 The instrument is triggered by an analog edge trigger.
Digital edge 2 The instrument is triggered by a digital edge trigger.
Digital pattern 3 The instrument is triggered by a digital pattern trigger.
Digital glitch 4 The instrument is triggered by a digital glitch trigger.
Analog pulse width 5 The instrument is triggered by an analog pulse width trigger.
Digital pulse width 6 The instrument is triggered by a digital pulse width trigger.
Application 1000 The instrument is triggered by a software-timed trigger.
Analog in 1001 The instrument is triggered once the Analog In channel becomes active.
Digital in 1002 The instrument is triggered once the Digital In channel becomes active.
Digital out 1003 The instrument is triggered once the Digital Out channel becomes active.
Analog out n 1004-1007 The instrument is triggered once the Analog Out n channel becomes active.
External n 1008-1011 The instrument is triggered once the External n channel becomes active.
Error Out contains error information. This output provides standard error out functionality.

Log in to get a better experience