Command/Query
:CALCulate<Ch>[:SELected]:SMOothing[:STATe] {ON|OFF|1|0}
:CALCulate<Ch>[:SELected]:SMOothing[:STATe]?
The following syntax is also supported:
:CALCulate<Ch>:TRACe<Tr>:SMOothing[:STATe] {ON|OFF|1|0}
:CALCulate<Ch>:TRACe<Tr>:SMOothing[:STATe]?
This command turns ON/OFF the smoothing, for the active trace of the selected channel Ch.
Parameter |
Selection Option |
Description |
ON/OFF of the smoothing |
Data Type |
Boolean type (Boolean) |
Range |
ON|OFF|1|0 |
Preset Value |
OFF |
{1|0}<newline><^END>
Dim Var as Integer
Var = 1
Ena.WriteString ":CALC1:SMO" & Str(Var), True
Ena.WriteString ":CALC1:SMO?", True
Var=Ena.ReadNumber
Average > Smoothing
SCPI.CALCULATE(Ch).SELECTED.SMOOTHING.STATE
SCPI.CALCULATE(Ch).TRACE(Tr).SMOOTHING.STATE