Command/Query
: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] ?
This command sets/gets maximum/minimum trace hold function to hold the active trace at the maximum or minimum point.
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" |
{OFF|MIN|MAX}<newline><^END>
Dim Var as String
Var="MIN"
Ena.WriteString ":CALC1:HOLD" & Var, True
Ena.WriteString ":CALC1:HOLD?", True
Var=Ena.ReadString
Display > Data Hold > OFF|Minimum|Maximum
SCPI.CALCULATE(Ch).SELECTED.HOLD.TYPE
SCPI.CALCULATE(Ch).TRACE(Tr).HOLD.TYPE