Write-only
About User Preset

UserPresetSaveState Method


Description

Saves the current instrument settings as UserPreset.sta. Subsequent execution of app.UserPreset will cause the PNA to assume this instrument state.

Regardless of the state of the User Preset Enable checkbox, the app.Preset command will always preset the PNA 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