Property (Read-Write)
SCPI.DISPlay.TABLe.STATe = Status
Status = SCPI.DISPlay.TABLe.STATe
This command turns ON/OFF the display of the window that appears in the lower part of the LCD display (specified by SCPI.DISPlay.TABLe.TYPE object).
Parameter |
Status |
Description |
ON/OFF of the display of the window that appears in the lower part of the LCD display |
Data type |
Boolean type (Boolean) |
Range |
Select from the following:
|
Preset value |
False or OFF |
Dim DispTbl As Boolean
SCPI.DISPlay.TABLe.TYPE = "echo"
SCPI.DISPlay.TABLe.STATe = True
DispTbl = SCPI.DISPlay.TABLe.STATe
Sweep Setup > Edit Segment Table
Marker Fctn > Marker Table
Analysis > Limit Test > Edit Limit Line
Analysis > Ripple Limit > Edit Ripple Line
Macro Setup > Echo Window
Cal > Power Calibration > Loss Compen
Cal > Power Calibration > Sensor A Settings | Sensor B Settings
When performing the operation from the front panel, you select the type of the window that appears in the lower part of the LCD display and turn ON/OFF the display at the same time.
:DISPlay:TABLe[:STATe] {ON|OFF|1|0}
:DISPlay:TABLe[:STATe]?
{1|0}<newline><^END>
10 OUTPUT 717;":DISP:TABL ON"
20 OUTPUT 717;":DISP:TABL?"
30 ENTER 717;A