Property (Read-Write)
SCPI.DISPlay.PN(Ch).LABel.STATe = Value
Value = SCPI.DISPlay.PN(Ch).LABel.STATe
This command Show/Hide Window Title Label, for the selected channel Ch.
Parameter |
Value |
Description |
Show/Hide Window Title Label |
Data Type |
Boolean type (Boolean) |
Range |
ON|OFF|1|0 |
Preset Value |
OFF |
Unit |
- |
Resolution |
- |
Preset Effect |
Yes |
Save-Recall Effect |
Yes |
Error |
- |
Dim Var as Boolean
Var= 1
SCPI.DISPlay.PN1.LABel.STATe = Var
Var = SCPI.DISPlay.PN1.LABel.STATe
PN Menu: Display > Title Label
:DISPlay:PN[1-1]:LABel:STATe {ON|OFF|1|0}
:DISPlay:PN[1-1]:LABel:STATe?
{ON|OFF|1|0} <newline><^END>
10 OUTPUT 717;":DISPlay:PN1:LABel:STATe 1"
20 OUTPUT 717;":DISPlay:PN1:LABel:STATe ?"
30 ENTER 717;A