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

Object Type

Property (Read-Write)

Syntax

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

Value = SCPI.CALCulate.TR(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.TR1.TRACe4.HOLD = Var
Var = SCPI.CALCulate.TR1.TRACe4.HOLD

Equivalent Key

TR Menu: Trace View > Data Hold

Equivalent SCPI Command

Syntax

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

:CALCulate:TR[1-1]:TRACe[1-8]:HOLD?

Query Response

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

Example of use

10 OUTPUT 717;":CALCulate:TR1:TRACe4:HOLD OFF"
20 OUTPUT 717;":CALCulate:TR1:TRACe4:HOLD ?"
30 ENTER 717;A$