SCPI.CALCulate.PS(Ch).TRACe(Tr).HOLD

Object Type

Property (Read-Write)

Syntax

SCPI.CALCulate.PS(Ch).TRACe(Tr).HOLD = Value

Value = SCPI.CALCulate.PS(Ch).TRACe(Tr).HOLD

Description

This command sets/gets Data hold, for the selected trace Tr of the selected channel Ch.

Variable

Parameter

   Value

Description

Data hold

Data Type

Character string type (String)

Range

OFF|MAXimum|MINimum

Preset Value

OFF

Unit

-

Resolution

-

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

Examples

Dim Var as String
Var= "OFF"
SCPI.CALCulate.PS1.TRACe1.HOLD = Var
Var = SCPI.CALCulate.PS1.TRACe1.HOLD

Equivalent Key

PN Menu: Trace View > Data Hold

Equivalent SCPI Command

Syntax

:CALCulate:PS[1-1]:TRACe[1-1]:HOLD {OFF|MAXimum|MINimum}

:CALCulate:PS[1-1]:TRACe[1-1]:HOLD?

Query Response

{OFF|MAXimum|MINimum} <newline><^END>

Example of use

10 OUTPUT 717;":CALCulate:PS1:TRACe1:HOLD OFF"
20 OUTPUT 717;":CALCulate:PS1:TRACe1:HOLD ?"
30 ENTER 717;A$