Specifies the type of trigger to be used for signal acquisition.

Syntax

Namespace: NationalInstruments.RFmx.BTMX

public enum RFmxBTMXTriggerType

Members

NameValueDescription
None0

No reference trigger is used for signal acquisition.

DigitalEdge1

A digital-edge trigger is used for signal acquisition. The source of the digital edge is specified using the SetDigitalEdgeTriggerSource(string, string) method.

IQPowerEdge2

An I/Q power-edge trigger is used for signal acquisition, which is configured using the SetIQPowerEdgeTriggerSlope(string, RFmxBTMXIQPowerEdgeTriggerSlope) method.

Software3

A software trigger is used for signal acquisition.