Return script associated with scriptName present in the memory.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsg

public void GetScript(string scriptName, ref string script)

Parameters

NameTypeDescription
scriptNamestring

Contains the name of the script.

scriptref string

Contains the script associated with the scriptName.

Returns