ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

RfsgDigitalLevelScriptTrigger.Configure Method

RfsgDigitalLevelScriptTrigger.Configure Method

RfsgDigitalLevelScriptTriggerConfigure Method

Configures the specified Script trigger for digital level triggering.

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

Syntax

public void Configure(
	RfsgDigitalLevelScriptTriggerSource source,
	RfsgTriggerLevel level
)
Public Sub Configure ( 
	source As RfsgDigitalLevelScriptTriggerSource,
	level As RfsgTriggerLevel
)

Parameters

source
Type: NationalInstruments.ModularInstruments.NIRfsgRfsgDigitalLevelScriptTriggerSource
Specifies the trigger source terminal for the digital level Script trigger. NI-RFSG sets Source to this value.
level
Type: NationalInstruments.ModularInstruments.NIRfsgRfsgTriggerLevel
Specifies the active level for the digital level Script trigger. NI-RFSG sets Level to this value.

Exceptions

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

See Also

Was this information helpful?