RfsgStartTriggerType Enumeration
- Updated2025-10-14
- 1 minute(s) read
Specifies the Start trigger types.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public enum RfsgStartTriggerType
Members
| Name | Value | Description |
|---|---|---|
| None | (int)0 | No trigger is configured. |
| DigitalEdge | (int)1 | The data operation does not start until a digital edge is detected. Use the Source property to obtain the source of the digital edge, and the Edge property to obtain the active edge. |
| Software | (int)2 | The data operation does not start until a software event occurs. You may create a software event by calling SendSoftwareEdgeTrigger. |