SelectedScriptName
- Updated2025-10-14
- 1 minute(s) read
Gets or sets the script in the onboard memory to generate on calling Initiate when you set GenerationMode to Script.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public string SelectedScriptName { get; set; }
Remarks
Specifies a String representing the name of the script in onboard memory selected to generate.
This property is ignored when GenerationMode is set to ArbitraryWaveform or ContinuousWave.
To set this property, the NI-RFSG device must be in the Configuration state.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The SelectedScriptName property was accessed after the associated NIRfsg object was disposed. |