NIRfsa Namespace

Table of Contents

RfsaReferenceTriggerType Enumeration

  • Updated2025-07-17
  • 1 minute(s) read
RfsaReferenceTriggerType Enumeration

RfsaReferenceTriggerType Enumeration

Specifies whether you want the Reference trigger to be a digital edge, I/Q power edge, or software trigger.

Namespace: NationalInstruments.ModularInstruments.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx45 (in NationalInstruments.ModularInstruments.NIRfsa.Fx45.dll) Version: 2025

Syntax

public enum RfsaReferenceTriggerType
Public Enumeration RfsaReferenceTriggerType

Members

Member nameValueDescription
None600 No reference trigger is configured.
DigitalEdge601 The Reference trigger is not asserted until a digital edge is detected. The source of the digital edge is specified with the Source property.
IQPowerEdge603 The Reference trigger is asserted when the signal is changing past the level specified with the slope (rising or falling) configured with the Slope property.
SoftwareEdge604 The Reference trigger is not asserted until a software trigger occurs. You can assert the software trigger by calling the SendSoftwareEdgeTrigger method.
IQAnalogEdge605 The Reference Trigger is asserted when the I or Q signal is changed past the level specified with the slope configured with the Slope property.

See Also

Log in to get a better experience