Agilent Technologies E5071C Manual page 1320

Hide thumbs Also See for E5071C:
Table of Contents

Advertisement

UserMenu.Item(Key_id).Enabled
Object type
Property
Syntax
UserMenu.Item(Key_id).Enabled = Status
Status = UserMenu.Item(Key_id).Enabled
Description
Makes the user menu function softkeys 1 to 10 (Key_id) enabled/disabled.
The softkey label disabled is displayed with the grey color and its softkey
cannot be pressed.
Variable
Parameter
Description
Data type
Range
Preset value
For information on the variable (Key_id), see UserMenu.Item.Caption.
Examples
Dim KeyEna As Boolean
UserMenu.Item(10).Enabled = False
KeyEna = UserMenu.Item(10).Enabled
Related objects
UserMenu.Press
Equivalent key
No equivalent key is available on the front panel.
Status
Enabled/disabled for the user menu function softkey
Boolean type (Boolean)
Select from the following.
True or -1
Makes the softkey enabled.
False or 0
Makes the softkey enabled.
True or -1
Programming
1547

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents