RfsaAdvanceTriggerType Enumeration
- Updated2025-07-17
- 1 minute(s) read
Rfsa
Specifies whether you want the Advance trigger to be a digital edge or software trigger.
Namespace: NationalInstruments.ModularInstruments.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx45 (in NationalInstruments.ModularInstruments.NIRfsa.Fx45.dll) Version: 2025
Syntax
public enum RfsaAdvanceTriggerType
Public Enumeration RfsaAdvanceTriggerType
Members
Member name | Value | Description |
---|---|---|
None | 600 | The trigger is not configured. |
DigitalEdge | 601 | The trigger is configured to be a digital edge trigger. |
SoftwareEdge | 604 | The trigger is configured to be a software trigger. You can assert the software trigger by calling the SendSoftwareEdgeTrigger method of the RfsaAdvanceTrigger. |