SCPI.CALCulate.USER(Ch).TRACe(Tr).SMOothing.STATe

Object Type

Property (Read-Write)

Syntax

SCPI.CALCulate.USER(Ch).TRACe(Tr).SMOothing.STATe = Value

Value = SCPI.CALCulate.USER(Ch).TRACe(Tr).SMOothing.STATe

Description

This command sets/gets Smoothing on/off, for the selected trace Tr of the selected channel Ch.

Variable

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

-

Examples

Dim Var as Boolean
Var= 1
SCPI.CALCulate.USER1.TRACe8.SMOothing.STATe = Var
Var = SCPI.CALCulate.USER1.TRACe8.SMOothing.STATe

Related Objects

SCPI.CALCulate.USER(Ch).TRACe(Tr).SMOothing.APERture

Equivalent Key

USER Menu: Trace View > Smoothing

Equivalent SCPI Command

Syntax

:CALCulate:USER[1-1]:TRACe[1-8]:SMOothing:STATe {ON|OFF|1|0}

:CALCulate:USER[1-1]:TRACe[1-8]:SMOothing:STATe?

Query Response

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

Example of use

10 OUTPUT 717;":CALCulate:USER1:TRACe8:SMOothing:STATe 1"
20 OUTPUT 717;":CALCulate:USER1:TRACe8:SMOothing:STATe ?"
30 ENTER 717;A