RFmxSpecAnMXTriggerType Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies the trigger type.
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public enum RFmxSpecAnMXTriggerType
Members
| Name | Value | Description |
|---|---|---|
| None | 0 | Specifies that no reference trigger is configured. |
| DigitalEdge | 1 | Specifies that the reference trigger is not asserted until a digital edge is detected. The source of the digital edge is specified using the SetDigitalEdgeTriggerSource(string, string) method. |
| IQPowerEdge | 2 | The reference trigger is asserted when the signal changes past the level specified by the slope (rising or falling), which is configured using the SetIQPowerEdgeTriggerSlope(string, RFmxSpecAnMXIQPowerEdgeTriggerSlope) method. |
| Software | 3 | The Reference Trigger is not asserted until a software trigger occurs. |