Configures the specified Script trigger for digital level triggering.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsg

public void Configure(RfsgDigitalLevelScriptTriggerSource source, RfsgTriggerLevel level)

Parameters

NameTypeDescription
sourceRfsgDigitalLevelScriptTriggerSource

Specifies the trigger source terminal for the digital level Script trigger. NI-RFSG sets Source to this value.

levelRfsgTriggerLevel

Specifies the active level for the digital level Script trigger. NI-RFSG sets Level to this value.

Exceptions

TypeDescription
System.ObjectDisposedException

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