Command/Query
:SYSTem:BACKlight {ON|OFF|1|0}
:SYSTem:BACKlight?
This command turns ON/OFF or return the status of the backlight of the LCD display.
When the backlight is OFF, you cannot read the information on the display.
Parameter |
Selection Option |
Description |
ON/OFF of the backlight |
Data Type |
Boolean type (Boolean) |
Range |
ON|OFF|1|0 |
Preset Value |
ON |
{1|0}<newline><^END>
Dim Var as Integer
Ana.WriteString ":SYST:BACK ON", True
Ana.WriteString ":SYST:BACK?", True
Var=Ana.ReadNumber
System > Backlight
SCPI.SYSTEM.BACKLIGHT