Specifies whether the advance trigger is a digital edge or a software trigger.

Syntax

Namespace: NationalInstruments.RFmx.InstrMX

public enum RFmxInstrMXAdvanceTriggerType

Members

NameValueDescription
None0

No advance trigger is configured.

DigitalEdge1

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.

Software3

The advance trigger is not asserted until a software trigger occurs. You can assert the software trigger by calling the RFmxInstr_SendSoftwareEdgeTrigger function.