ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

RfsgScripting.SelectedScriptName Property

RfsgScripting.SelectedScriptName Property

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: String
Specifies a String representing the name of the script in onboard memory selected to generate.

Exceptions

ExceptionCondition
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.

See Also

Was this information helpful?