RFmxBTMXTriggerType Enumeration
- Updated2025-04-08
- 1 minute(s) read
Specifies the type of trigger to be used for signal acquisition.
Syntax
Namespace: NationalInstruments.RFmx.BTMX
public enum RFmxBTMXTriggerType
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 SetDigitalEdgeTriggerSource(string, string) method. |
IQPowerEdge | 2 | An I/Q power-edge trigger is used for signal acquisition, which is configured using the SetIQPowerEdgeTriggerSlope(string, RFmxBTMXIQPowerEdgeTriggerSlope) method. |
Software | 3 | A software trigger is used for signal acquisition. |