Specifying Sweep Settings
- Updated2023-02-21
- 1 minute(s) read
You can use the Setting Name input of the niVNA Load Sweep Settings Data From File VI or the setting input of the niVNA_LoadSweepSettingsDataFromFile function to specify the name of the sweep setting in the configuration file.
You must use the text SweepSettings followed by the custom setting name contained within quotes and nested inside brackets to specify a sweep setting. The folllwing example shows the format for specifying a sweep setting called setting1:
SweepSettings["setting1"] =
{
...
};
where setting1 is the name of the setting.