Write/Read
 

ConfirmPreset Property


Description

Set and return preset confirmation. If preset confirmation is OFF, pressing the green PRESET key presets the instrument and opens the Preset softkey menu. If preset confirmation is ON, pressing the green PRESET causes the Preset menu to appear.

 VB Syntax

pref.ConfirmPreset = bool

Variable

(Type) - Description

pref

A Preferences (object)

bool

(boolean)
False
- Set preset confirmation to OFF as the default.

True - Set preset confirmation to ON as the default.

Return Type

Boolean

Default

False

Examples

pref.ConfirmPreset = True 'Write
prefer = pref.ConfirmPreset 'Read

C++ Syntax

HRESULT get_ConfirmPreset(VARIANT_BOOL *presetState)
HRESULT put_ConfirmPreset(VARIANT_BOOL presetState)

Interface

IPreferences18