Property (Read-Write)
SCPI.DISPlay.TR(Ch).STATe = Value
Value = SCPI.DISPlay.TR(Ch).STATe
This command sets/gets measurement display on/off. At least one measurement window must be turned on, for the selected channel Ch.
Parameter |
Value |
Description |
Measurement display (On/Off) |
Data Type |
Boolean type (Boolean) |
Range |
ON|OFF|1|0 |
Preset Value |
ON |
Unit |
- |
Resolution |
- |
Preset Effect |
Yes |
Save-Recall Effect |
Yes |
Error |
60, "Failed to hide window" 100, "Option not installed" |
Dim Var as Boolean
Var= 1
SCPI.DISPlay.TR1.STATe = Var
Var = SCPI.DISPlay.TR1.STATe
PN Menu: Measurement View > Show Window > Transient
SP Menu: Measurement View > Show Window > Transient
FP Menu: Measurement View > Show Window > Transient
TR Menu: Measurement View > Show Window > Transient
AM Menu: Measurement View > Show Window > Transient
BB Menu: Measurement View > Show Window > Transient
USER Menu: Measurement View > Show Window > Transient
:DISPlay:TR[1-1]:STATe {ON|OFF|1|0}
:DISPlay:TR[1-1]:STATe?
{ON|OFF|1|0} <newline><^END>
10 OUTPUT 717;":DISPlay:TR1:STATe 1"
20 OUTPUT 717;":DISPlay:TR1:STATe ?"
30 ENTER 717;A