RFmxDemodMXTriggerType Enumeration
- Updated2024-07-17
- 1 minute(s) read
RFmx
Specifies the type of reference trigger to use for signal acquisition.
Namespace: NationalInstruments.RFmx.DemodMX
Assembly: NationalInstruments.RFmx.DemodMX.Fx40 (in NationalInstruments.RFmx.DemodMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)
Syntax
public enum RFmxDemodMXTriggerType
Public Enumeration RFmxDemodMXTriggerType
Members
Member 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. |