:CALC<Ch>:HOLD

Type

Command/Query

Syntax

:CALCulate<Ch>[:SELected]:HOLD:[:TYPE] {OFF|MIN|MAX}

:CALCulate<Ch>[:SELected]:HOLD:[:TYPE] ?

 

The following syntax is also supported:

:CALCulate<Ch>:TRACe<Tr>:HOLD:[:TYPE] {OFF|MIN|MAX}

:CALCulate<Ch>:TRACe<Tr>:HOLD:[:TYPE] ?

Description

This command sets/gets maximum/minimum trace hold function to hold the active trace at the maximum or minimum point.

Variable

Parameter

Selection Option

Description

Hold the active trace at the maximum or minimum point.

Data Type

Character string type (String)

Range

Select from the following:

"OFF": Turns off the trace hold function.

"MiNimum": Holds the active trace at the minimum point.

"MAXimum": Holds the active trace at the maximum point.

Preset Value

"OFF"

Query Response

{OFF|MIN|MAX}<newline><^END>

Examples

Dim Var as String
Var="MIN"
Ena.WriteString ":CALC1:HOLD" & Var, True
Ena.WriteString ":CALC1:HOLD?", True
Var=Ena.ReadString

Related Commands

:CALC:HOLD:CLE

Equivalent Softkey

Display > Data Hold > OFF|Minimum|Maximum

COM Command Syntax (Internal Control Only)

SCPI.CALCULATE(Ch).SELECTED.HOLD.TYPE

SCPI.CALCULATE(Ch).TRACE(Tr).HOLD.TYPE