SCPI Command
CALCulate<Ch>[:SELected]:SMOothing[:STATe] {OFF|ON|0|1}
CALCulate<Ch>[:SELected]:SMOothing[:STATe]?
Turns the trace smoothing ON/OFF. |
---|
command/query |
CALCulate<Ch>[:SELected] — active trace of channel <Ch>,
<Ch>={[1]|2|...9}
Choose from:
{ON|1} |
Trace smoothing ON |
{OFF|0} |
Trace smoothing OFF |
{0|1}
0
Response > Smoothing
Equivalent COM Command
SCPI.CALCulate(Ch).SELected.SMOothing.STATe
Status = app.SCPI.CALCulate(Ch).SELected.SMOothing.STATe
app.SCPI.CALCulate(Ch).SELected.SMOothing.STATe = true
Boolean (read/write)
Back to CALCulate
Back to Command Finder
Back to Command Finder (From User Interface)