ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

RfsgDigitalEdgeConfigurationListStepTrigger.Configure Method

RfsgDigitalEdgeConfigurationListStepTrigger.Configure Method

RfsgDigitalEdgeConfigurationListStepTriggerConfigure Method

Configures the Configuration List Step trigger for digital edge triggering.

Namespace:  NationalInstruments.ModularInstruments.NIRfsg
Assembly:  NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022

Syntax

public void Configure(
	RfsgDigitalEdgeConfigurationListStepTriggerSource source,
	RfsgTriggerEdge edge
)
Public Sub Configure ( 
	source As RfsgDigitalEdgeConfigurationListStepTriggerSource,
	edge As RfsgTriggerEdge
)

Parameters

source
Type: NationalInstruments.ModularInstruments.NIRfsgRfsgDigitalEdgeConfigurationListStepTriggerSource
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.
edge
Type: NationalInstruments.ModularInstruments.NIRfsgRfsgTriggerEdge
Specifies the active edge for the digital edge Configuration List Step trigger. NI-RFSG sets Edge to this value.

Exceptions

ExceptionCondition
ObjectDisposedException The Configure(RfsgDigitalEdgeConfigurationListStepTriggerSource, RfsgTriggerEdge) method was accessed after the associated NIRfsg object was disposed.

Remarks

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

See Also

Was this information helpful?