Write/Read |
|
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) True - Set preset confirmation to ON as the default. |
Return Type |
Boolean |
Default |
False |
Examples |
pref.ConfirmPreset = True 'Write |
C++ Syntax |
HRESULT get_ConfirmPreset(VARIANT_BOOL *presetState) |
Interface |
IPreferences18 |