RfsaReferenceTriggerType Enumeration
- Updated2025-07-17
- 1 minute(s) read
Rfsa
Specifies whether you want the Reference trigger to be a digital edge, I/Q power edge, or software trigger.
Namespace: NationalInstruments.ModularInstruments.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx45 (in NationalInstruments.ModularInstruments.NIRfsa.Fx45.dll) Version: 2025
Syntax
public enum RfsaReferenceTriggerType
Public Enumeration RfsaReferenceTriggerType
Members
Member name | Value | Description |
---|---|---|
None | 600 | No reference trigger is configured. |
DigitalEdge | 601 | The Reference trigger is not asserted until a digital edge is detected. The source of the digital edge is specified with the Source property. |
IQPowerEdge | 603 | The Reference trigger is asserted when the signal is changing past the level specified with the slope (rising or falling) configured with the Slope property. |
SoftwareEdge | 604 | The Reference trigger is not asserted until a software trigger occurs. You can assert the software trigger by calling the SendSoftwareEdgeTrigger method. |
IQAnalogEdge | 605 | The Reference Trigger is asserted when the I or Q signal is changed past the level specified with the slope configured with the Slope property. |