SCPI Command
CALCulate<Ch>[:SELected]:SMOothing[:STATe] {OFF|ON|0|1}
CALCulate<Ch>[:SELected]:SMOothing[:STATe]?
Turns the trace smoothing ON/OFF. |
---|
command/query |
The active trace of channel <Ch>,
<Ch>={[1]|2|3|4}
<Ch>={[1]…|16} (in N-port mode only)
Choose from:
{ON|1} |
ON |
{OFF|0} |
OFF |
{0|1}
0
Average > 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)