SCPI.DISPlay.TR(Ch).TRACe(Tr).PERSistence.STATe

Object Type

Property (Read-Write)

Syntax

SCPI.DISPlay.TR(Ch).TRACe(Tr).PERSistence.STATe = Value

Value = SCPI.DISPlay.TR(Ch).TRACe(Tr).PERSistence.STATe

Description

This command sets/gets trace storage mode, for the selected trace Tr of the selected channel Ch.

Variable

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

-

Examples

Dim Var as Boolean
Var= 1
SCPI.DISPlay.TR1.TRACe4.PERSistence.STATe = Var
Var = SCPI.DISPlay.TR1.TRACe4.PERSistence.STATe

Related Objects

SCPI.DISPlay.TR(Ch).TRACe(Tr).PERSistence.CLEar

Equivalent Key

TR Menu: Trace View > Persistence > Persistence Mode

Equivalent SCPI Command

Syntax

:DISPlay:TR[1-1]:TRACe[1-8]:PERSistence:STATe {ON|OFF|1|0}

:DISPlay:TR[1-1]:TRACe[1-8]:PERSistence:STATe?

Query Response

{ON|OFF|1|0} <newline><^END>

Example of use

10 OUTPUT 717;":DISPlay:TR1:TRACe4:PERSistence:STATe 1"
20 OUTPUT 717;":DISPlay:TR1:TRACe4:PERSistence:STATe ?"
30 ENTER 717;A