Write-only |
About User Preset |
Description |
Performs a User Preset. There must be an active User Preset state file (see UserPresetLoadFile and UserPresetSaveState) or an error will be returned. 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.UserPreset |
Variable |
(Type) - Description |
app |
An Application (object) |
Return Type |
Not Applicable |
Default |
Not Applicable |
Examples |
app.UserPreset |
C++ Syntax |
HRESULT UserPreset() |
Interface |
IApplication6 |