RfsaReferenceTriggerType Enumeration
- Updated2025-10-14
- 1 minute(s) read
Specifies whether you want the Reference trigger to be a digital edge, I/Q power edge, or software trigger.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public enum RfsaReferenceTriggerType
Members
| Name | Value | Description |
|---|---|---|
| None | (int)600 | No reference trigger is configured. |
| DigitalEdge | (int)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 | (int)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 | (int)604 | The Reference trigger is not asserted until a software trigger occurs. You can assert the software trigger by calling the SendSoftwareEdgeTrigger method. |
| IQAnalogEdge | (int)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. |