Gets or sets the active edge for the Configuration List Step trigger.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsg

public RfsgTriggerEdge Edge { get; set; }

Remarks

Specifies RfsgTriggerEdge enumeration.

The default value is RisingEdge.

This property is valid only when TriggerType is set to DigitalEdge.

Exceptions

TypeDescription
System.ObjectDisposedException

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