Property (Read-Write)
SCPI.DISPlay.ENABle = Status
Status = SCPI.DISPlay.ENABle
This command turns ON/OFF the display update on the E5061B measurement screen.
Parameter |
Status |
Description |
ON/OFF of the display update of the E5061B measurement screen |
Data type |
Boolean type (Boolean) |
Range |
Select from the following:
|
Preset value |
True or ON |
Dim DispUpdt As Boolean
SCPI.DISPlay.ENABle = False
DispUpdt = SCPI.DISPlay.ENABle
Display > Update
:DISPlay:ENABle {ON|OFF|1|0}
:DISPlay:ENABle?
{1|0}<newline><^END>
10 OUTPUT 717;":DISP:ENAB OFF"
20 OUTPUT 717;":DISP:ENAB?"
30 ENTER 717;A