Property (Read-Write)
SCPI.DISPlay.SP(Ch).TABLe.STATe = Value
Value = SCPI.DISPlay.SP(Ch).TABLe.STATe
This command show/hide text area, for the selected channel Ch.
|
Parameter |
Value |
|
Description |
Show/hide text area |
|
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.SP1.TABLe.STATe = Var
Var = SCPI.DISPlay.SP1.TABLe.STATe
SP Menu: Marker > Marker List
:DISPlay:SP[1-1]:TABLe[:STATe] {ON|OFF|1|0}
:DISPlay:SP[1-1]:TABLe[:STATe]?
{ON|OFF|1|0} <newline><^END>
10 OUTPUT 717;":DISPlay:SP1:TABLe[:STATe] 1"
20 OUTPUT 717;":DISPlay:SP1:TABLe[:STATe] ?"
30 ENTER 717;A