RFmxDemodMXTriggerType Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies the type of reference trigger to use for signal acquisition.
Syntax
Namespace: NationalInstruments.RFmx.DemodMX
public enum RFmxDemodMXTriggerType
Members
| Name | Value | Description |
|---|---|---|
| None | 0 | No reference trigger is used for signal acquisition. |
| DigitalEdge | 1 | A digital-edge trigger is used for signal acquisition. The source of the digital edge is specified using the digital edge source. |
| IQPowerEdge | 2 | An I/Q power-edge trigger is used for signal acquisition, which is configured using the I/Q power edge slope. |
| Software | 3 | A software trigger is used for signal acquisition. |