Property (Read-Write)
SCPI.CALCulate.PS(Ch).TRACe(Tr).HOLD = Value
Value = SCPI.CALCulate.PS(Ch).TRACe(Tr).HOLD
This command sets/gets Data hold, for the selected trace Tr of the selected channel Ch.
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 |
- |
Dim Var as String
Var= "OFF"
SCPI.CALCulate.PS1.TRACe1.HOLD = Var
Var = SCPI.CALCulate.PS1.TRACe1.HOLD
PN Menu: Trace View > Data Hold
:CALCulate:PS[1-1]:TRACe[1-1]:HOLD {OFF|MAXimum|MINimum}
:CALCulate:PS[1-1]:TRACe[1-1]:HOLD?
{OFF|MAXimum|MINimum} <newline><^END>
10 OUTPUT 717;":CALCulate:PS1:TRACe1:HOLD OFF"
20 OUTPUT 717;":CALCulate:PS1:TRACe1:HOLD ?"
30 ENTER 717;A$