Command/Query
:DISPlay:ENABle {ON|OFF|1|0}
:DISPlay:ENABle?
This command turns ON/OFF the display update on the measurement screen.
Parameter |
Selection Option |
Description |
ON/OFF of the display update of the measurement screen |
Data Type |
Boolean type (Boolean) |
Range |
ON|OFF|1|0 |
Preset Value |
ON |
{1|0}<newline><^END>
Dim Var as Integer
Var = 1
Ena.WriteString ":DISP:ENAB" & Str(Var), True
Ena.WriteString ":DISP:ENAB?", True
Var=Ena.ReadNumber
Display > Update
SCPI.DISPLAY.ENABLE