Configures the Configuration List Step trigger for digital edge triggering.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsg

public void Configure(RfsgDigitalEdgeConfigurationListStepTriggerSource source, RfsgTriggerEdge edge)

Remarks

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

Parameters

NameTypeDescription
sourceRfsgDigitalEdgeConfigurationListStepTriggerSource

Specifies the trigger source terminal for the digital edge Configuration List Step trigger. NI-RFSG sets Source to this value. Refer to this property for possible values.

edgeRfsgTriggerEdge

Specifies the active edge for the digital edge Configuration List Step trigger. NI-RFSG sets Edge to this value.

Exceptions

TypeDescription
System.ObjectDisposedException

The Configure method was accessed after the associated NIRfsg object was disposed.