Property (Read-Write)
SCPI.DISPlay.AM(Ch).LABel.STATe = Value
Value = SCPI.DISPlay.AM(Ch).LABel.STATe
This command sets/gets 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.AM1.LABel.STATe = Var
Var = SCPI.DISPlay.AM1.LABel.STATe
SCPI.DISPlay.AM(Ch).LABel.DATA
AM Menu: Display > Title Label
:DISPlay:AM[1-1]:LABel:STATe {ON|OFF|1|0}
:DISPlay:AM[1-1]:LABel:STATe?
{ON|OFF|1|0} <newline><^END>
10 OUTPUT 717;":DISPlay:AM1:LABel:STATe 1"
20 OUTPUT 717;":DISPlay:AM1:LABel:STATe ?"
30 ENTER 717;A