RFmxInstrMXAdvanceTriggerType Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies whether the advance trigger is a digital edge or a software trigger.
Syntax
Namespace: NationalInstruments.RFmx.InstrMX
public enum RFmxInstrMXAdvanceTriggerType
Members
| Name | Value | Description |
|---|---|---|
| None | 0 | No advance trigger is configured. |
| DigitalEdge | 1 | The advance trigger is not asserted until a digital edge is detected. The source of the digital edge is specified with the SetAdvanceTriggerDigitalEdgeSource(string, string) method. |
| Software | 3 | The advance trigger is not asserted until a software trigger occurs. You can assert the software trigger by calling the RFmxInstr_SendSoftwareEdgeTrigger function. |