RfsgScriptTriggerType Enumeration
- Updated2025-05-22
- 1 minute(s) read
Rfsg
Specifies the Script trigger type.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025
Syntax
public enum RfsgScriptTriggerType
Public Enumeration RfsgScriptTriggerType
Members
Member name | Value | Description |
---|---|---|
None | 0 | No trigger is configured. Signal generation starts immediately. |
DigitalEdge | 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. |
Software | 2 | The data operation does not start until a software event occurs. You may create a software event by calling SendSoftwareEdgeTrigger. |
DigitalLevel | 8,000 | 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. |