RFmx EVDO DotNET

RFmxEvdoMXTriggerType Enumeration

  • Updated2024-07-17
  • 1 minute(s) read
RFmxEvdoMXTriggerType Enumeration

RFmxEvdoMXTriggerType Enumeration

Specifies the trigger type.

Namespace:  NationalInstruments.RFmx.EvdoMX
Assembly:  NationalInstruments.RFmx.EvdoMX.Fx40 (in NationalInstruments.RFmx.EvdoMX.Fx40.dll) Version: 24.5.0.49283 (24.5.0.49283)

Syntax

public enum RFmxEvdoMXTriggerType
Public Enumeration RFmxEvdoMXTriggerType

Members

  Member nameValueDescription
None0No Reference Trigger is configured.
DigitalEdge1 The Reference Trigger is not asserted until a digital edge is detected. The source of the digital edge is specified using the SetDigitalEdgeTriggerSource(String, String) method.
IQPowerEdge2 The Reference Trigger is asserted when the signal changes past the level specified by the slope (rising or falling), which is configured using the SetIQPowerEdgeTriggerSlope(String, RFmxEvdoMXIQPowerEdgeTriggerSlope) method.
Software3The Reference Trigger is not asserted until a software trigger occurs.

See Also