Write-only |
About User Preset |
Description |
Saves the current instrument settings as UserPreset.sta. Subsequent execution of app.UserPreset will cause the VNA to assume this instrument state. Regardless of the state of the User Preset Enable checkbox, the app.Preset command will always preset the VNA to the factory preset settings, and app.UserPreset will always perform a User Preset. |
VB Syntax |
app.UserPresetSaveState |
Variable |
(Type) - Description |
app |
An Application (object) |
Return Type |
Not Applicable |
Default |
Not Applicable |
Examples |
app.UserPresetSaveState |
C++ Syntax |
HRESULT UserPresetSaveState() |
Interface |
IApplication6 |