Command/Query
:DISPlay:ENABle {ON|OFF|1|0}
:DISPlay:ENABle?
This command enable/disable 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
Ana.WriteString ":DISP:ENAB ON", True
Ana.WriteString ":DISP:ENAB?", True
Var=Ana.ReadNumber
Display > Update
SCPI.DISPLAY.ENABLE