Property (Read-Write)
SCPI.CALCulate.FP(Ch).TRACe(Tr).HOLD = Value
Value = SCPI.CALCulate.FP(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.FP1.TRACe4.HOLD = Var
Var = SCPI.CALCulate.FP1.TRACe4.HOLD
FP Menu: Trace View > Data Hold
:CALCulate:FP[1-1]:TRACe[1-4]:HOLD {OFF|MAXimum|MINimum}
:CALCulate:FP[1-1]:TRACe[1-4]:HOLD?
{OFF|MAXimum|MINimum} <newline><^END>
10 OUTPUT 717;":CALCulate:FP1:TRACe4:HOLD OFF"
20 OUTPUT 717;":CALCulate:FP1:TRACe4:HOLD ?"
30 ENTER 717;A$