Property (Read-Write)
SCPI.CALCulate.FP(Ch).TRACe(Tr).SMOothing.STATe = Value
Value = SCPI.CALCulate.FP(Ch).TRACe(Tr).SMOothing.STATe
This command sets/gets Smoothing on/off, for the selected trace Tr of the selected channel Ch.
|
Parameter |
Value |
|
Description |
Smoothing on/off |
|
Data Type |
Boolean type (Boolean) |
|
Range |
ON|OFF|1|0 |
|
Preset Value |
OFF |
|
Unit |
- |
|
Resolution |
- |
|
Preset Effect |
Yes |
|
Save-Recall Effect |
Yes |
|
Error |
- |
Dim Var as Boolean
Var= 1
SCPI.CALCulate.FP1.TRACe4.SMOothing.STATe = Var
Var = SCPI.CALCulate.FP1.TRACe4.SMOothing.STATe
SCPI.CALCulate.FP(Ch).TRACe(Tr).SMOothing.APERture
FP Menu: Trace View > Smoothing
:CALCulate:FP[1-1]:TRACe[1-4]:SMOothing:STATe {ON|OFF|1|0}
:CALCulate:FP[1-1]:TRACe[1-4]:SMOothing:STATe?
{ON|OFF|1|0} <newline><^END>
10 OUTPUT 717;":CALCulate:FP1:TRACe4:SMOothing:STATe 1"
20 OUTPUT 717;":CALCulate:FP1:TRACe4:SMOothing:STATe ?"
30 ENTER 717;A