RfsgScripting.SelectedScriptName Property
- Updated2024-05-08
- 1 minute(s) read
RfsgScriptingSelectedScriptName Property
Gets or sets the script in the onboard memory to generate on calling Initiate when you set GenerationMode to Script.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public string SelectedScriptName { get; set; }
Public Property SelectedScriptName As String Get Set
Property Value
Type: StringSpecifies a String representing the name of the script in onboard memory selected to generate.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The SelectedScriptName property was accessed after the associated NIRfsg object was disposed. |
Remarks
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.