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

Syntax

Namespace: NationalInstruments.RFmx.InstrMX

public enum RFmxInstrMXStartTriggerType

Members

NameValueDescription
None0

No start trigger is configured.

DigitalEdge1

The start trigger is not asserted until a digital edge is detected. The source of the digital edge is specified by the SetStartTriggerDigitalEdgeSource(string, string) method.

Software3

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