RFmx Instr DotNET

Table of Contents

RFmxInstrMXStartTriggerType Enumeration

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

RFmxInstrMXStartTriggerType Enumeration

Specifies whether the start 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 RFmxInstrMXStartTriggerType
Public Enumeration RFmxInstrMXStartTriggerType

Members

Member 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.

See Also

Log in to get a better experience