RfsgScripting Class
- Updated2025-10-14
- 1 minute(s) read
Provides the methods and properties for scripting.
Derives from
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public class RfsgScripting : RfsgSubObject
Remarks
For more information, refer to the NI-RFSG Instrument Driver Programming Flow topic in the NI RF Signal Generators Help.
Properties
| Name | Description |
|---|---|
| SelectedScriptName | Gets or sets the script in the onboard memory to generate on calling Initiate when you set GenerationMode to Script. |
Methods
| Name | Description |
|---|---|
| CheckIfScriptExists(string) | Checks whether the script that you specify as scriptName exists. |
| WriteScript(string) | Writes a script to the device to control waveform generation in script mode. |