Gets or sets the active edge for the digital edge Start trigger.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsg

public RfsgTriggerEdge Edge { get; set; }

Remarks

Specifies the RfsgTriggerEdge enumeration. The default value is RisingEdge.

This property is used when TriggerType is set to DigitalEdge.

This property is not case-sensitive. To set this property, the NI-RFSG device must be in the Configuration state.

Exceptions

TypeDescription
System.ObjectDisposedException

The Edge property was accessed after the associated NIRfsg object was disposed.