ScriptTriggers
- Updated2025-10-14
- 1 minute(s) read
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
| Type | Description |
|---|---|
| System.ObjectDisposedException | The ScriptTriggers property was accessed after the associated NIRfsg object was disposed. |