ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

RfsgScriptTrigger.DigitalEdge Property

RfsgScriptTrigger.DigitalEdge Property

RfsgScriptTriggerDigitalEdge Property

Gets the configuration parameters needed if the selected TriggerType type is DigitalEdge.

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

Syntax

public RfsgDigitalEdgeScriptTrigger DigitalEdge { get; }
Public ReadOnly Property DigitalEdge As RfsgDigitalEdgeScriptTrigger
	Get

Property Value

Type: RfsgDigitalEdgeScriptTrigger
Returns an object of type RfsgDigitalEdgeScriptTrigger.

Exceptions

ExceptionCondition
ObjectDisposedException The DigitalEdge property was accessed after the associated NIRfsg object was disposed.

See Also

Was this information helpful?