RFmxInstrMXAdvanceTriggerType Enumeration
- Updated2024-07-17
- 1 minute(s) read
RFmx
Specifies whether the advance trigger is a digital edge or a software trigger.
Namespace: NationalInstruments.RFmx.InstrMX
Assembly: NationalInstruments.RFmx.InstrMX.Fx40 (in NationalInstruments.RFmx.InstrMX.Fx40.dll) Version: 24.5.0.49285 (24.5.0.49285)
Syntax
public enum RFmxInstrMXAdvanceTriggerType
Public Enumeration RFmxInstrMXAdvanceTriggerType
Members
Member 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. |