RfsaStartTriggerType Enumeration
- Updated2025-10-14
- 1 minute(s) read
Specifies constants for different types of Start trigger.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public enum RfsaStartTriggerType
Members
| Name | Value | Description |
|---|---|---|
| None | (int)600 | No trigger is configured. |
| DigitalEdge | (int)601 | The data operation does not start until a digital edge is detected. |
| SoftwareEdge | (int)604 | The data operation does not start until a software event occurs. |