Specifies the Script trigger type.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsg

public enum RfsgScriptTriggerType

Members

NameValueDescription
None(int)0

No trigger is configured. Signal generation starts immediately.

DigitalEdge(int)1

The data operation does not start until a digital edge is detected. The source of the digital edge is specified in Source and the active edge is specified in Edge.

DigitalLevel(int)8000

The data operation does not start until a digital level is detected. The source of the digital level is specified in Source and the active level is specified in Level.

Software(int)2

The data operation does not start until a software event occurs. You may create a software event by calling SendSoftwareEdgeTrigger.

See Also