GetScript(string, ref string)
- Updated2025-10-14
- 1 minute(s) read
Return script associated with scriptName present in the memory.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public void GetScript(string scriptName, ref string script)
Parameters
| Name | Type | Description |
|---|---|---|
| scriptName | string | Contains the name of the script. |
| script | ref string | Contains the script associated with the scriptName. |