SCPI.CALCulate(Ch).SELected.SMOothing.STATe

Object type

Property (Read-Write)

Syntax

SCPI.CALCulate(Ch).SELected.SMOothing.STATe = Status

Status = SCPI.CALCulate(Ch).SELected.SMOothing.STATe

Description

This command turns ON/OFF the smoothing, for the active trace of the selected channel (Ch).

Variable

Parameter

Status

Description

ON/OFF of the smoothing

Data type

Boolean type (Boolean)

Range

Select from the following:

  • True or ON: Turns ON the smoothing.

  • False or OFF: Turns OFF the smoothing.

Preset value

False or OFF

Examples

Dim Smo As Boolean
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.CALCulate(1).SELected.SMOothing.STATe = True
Smo = SCPI.CALCulate(1).SELected.SMOothing.STATe

Related objects

SCPI.CALCulate(Ch).PARameter(Tr).SELect

SCPI.CALCulate(Ch).SELected.SMOothing.APERture

Equivalent key

Avg > Smoothing

Equivalent SCPI command

Syntax

:CALCulate{[1]-4}[:SELected]:SMOothing[:STATe] {ON|OFF|1|0}

:CALCulate{[1]-4}[:SELected]:SMOothing[:STATe]?

Query response

{1|0}<newline><^END>

Example of use

10 OUTPUT 717;":CALC1:SMO ON"
20 OUTPUT 717;":CALC1:SMO?"
30 ENTER 717;A