E4990A Help
430
Ana.WriteString ":CONT:HAND:RTR:STAT?", True
Var=Ana.ReadNumber
Related Commands
:CONT:HAND:IND:STAT
Equivalent Softkey
No equivalent key is available on the front panel.
COM Command Syntax (Internal Control Only)
SCPI.CONTROL.HANDLER.EXTENSION.RTRIGGER.STATE
DISPLAY
:DISP:ANN:FREQ
Type
Command/Query
Syntax
:DISPlay:ANNotation:FREQuency[:STATe] {ON|OFF|1|0}
:DISPlay:ANNotation:FREQuency[:STATe]?
Description
This command show/hide the frequency information display on the LCD
display.
Variable
Parameter Selection Option
Description Status of the frequency display
Data Type Boolean type (Boolean)
Range ON|OFF|1|0
Preset Value ON
Query Response
{1|0}<newline><^END>
Examples
Dim Var as Boolean
Var= 1
Ana.WriteString ":DISP:ANN:FREQ " & Str(Var), True
Ana.WriteString ":DISP:ANN:FREQ?", True
Aar=Ana.ReadNumber
Equivalent Softkey