Write/Read |
About Preferences |
Description |
Set and return the Preset Power ON/OFF state. |
VB Syntax |
pref.PresetPowerState = value |
Variable |
(Type) - Description |
pref |
A Preferences (object) |
value |
(Enum as NAPowerStates) - Choose from: naPowerON (0) - Instrument Preset always turns RF power ON. naPowerAUTO (1):
|
Return Type |
enum |
Default |
naPowerON (0) |
Examples |
pref.PresetPowerState = naPowerON 'Write |
pwrState = pref.PresetPowerState 'Read |
|
C++ Syntax |
HRESULT get_PresetPowerState(tagNAPowerStates* pVal); |
Interface |
IPreferences11 |