Property (Read-Write)
SCPI.DISPlay.SP(Ch).TRACe(Tr).PERSistence.STATe = Value
Value = SCPI.DISPlay.SP(Ch).TRACe(Tr).PERSistence.STATe
This command sets/gets trace storage mode, for the selected trace Tr of the selected channel Ch.
Parameter |
Value |
Description |
Trace storage mode |
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.TRACe1.PERSistence.STATe = Var
Var = SCPI.DISPlay.SP1.TRACe1.PERSistence.STATe
SCPI.DISPlay.SP(Ch).TRACe(Tr).PERSistence.CLEar
SP Menu: Trace View > Persistence > Persistence Mode
:DISPlay:SP[1-1]:TRACe[1-1]:PERSistence:STATe {ON|OFF|1|0}
:DISPlay:SP[1-1]:TRACe[1-1]:PERSistence:STATe?
{ON|OFF|1|0} <newline><^END>
10 OUTPUT 717;":DISPlay:SP1:TRACe1:PERSistence:STATe 1"
20 OUTPUT 717;":DISPlay:SP1:TRACe1:PERSistence:STATe ?"
30 ENTER 717;A