Gets the ScriptTriggers sub-object used to configure the Script triggers. To retrieve channel-specific objects of Type RfsgScriptTrigger, pass the channel name to the indexer NationalInstruments.ModularInstruments.NIRfsg.RfsgScriptTriggerCollection.this[int].

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsg

public RfsgScriptTriggerCollection ScriptTriggers { get; }

Remarks

Returns an object of type RfsgScriptTriggerCollection.

Exceptions

TypeDescription
System.ObjectDisposedException

The ScriptTriggers property was accessed after the associated NIRfsg object was disposed.