Scripting
- Updated2025-10-14
- 1 minute(s) read
Gets the Scripting sub-object used for scripting.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public RfsgScripting Scripting { get; }
Remarks
Returns an object of type RfsgScripting.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The Scripting property was accessed after the associated NIRfsg object was disposed. |