Property (Read-Write)
SCPI.SYSTem.BACKlight = Status
Status = SCPI.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 |
Status |
Description |
ON/OFF of the backlight |
Data type |
Boolean type (Boolean) |
Range |
Select from either of the following:
|
Preset value |
True or ON |
Dim BckLght As Boolean
SCPI.SYSTem.BACKlight = False
BckLght = SCPI.SYSTem.BACKlight
System > Backlight
To turn the backlight ON, press any key on the front panel.
:SYSTem:BACKlight {ON|OFF|1|0}
:SYSTem:BACKlight?
{1|0}<newline><^END>
10 OUTPUT 717;":SYST:BACK OFF"
20 OUTPUT 717;":SYST:BACK?"
30 ENTER 717;A