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

Object Type

Property (Read-Write)

Syntax

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

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

Description

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

Variable

Parameter

   Value

Description

Smoothing aperture

Data Type

Double precision floating point type (Double)

Range

50m ~ 25

Preset Value

1.5

Unit

%

Resolution

10m

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

Examples

Dim Var as Double
Var= 0.05
SCPI.CALCulate.USER1.TRACe8.SMOothing.APERture = Var
Var = SCPI.CALCulate.USER1.TRACe8.SMOothing.APERture

Related Objects

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

Equivalent Key

USER Menu: Trace View > Aperture

Equivalent SCPI Command

Syntax

:CALCulate:USER[1-1]:TRACe[1-8]:SMOothing:APERture {50m ~ 25}

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

Query Response

{50m ~ 25} <newline><^END>

Example of use

10 OUTPUT 717;":CALCulate:USER1:TRACe8:SMOothing:APERture 0.05"
20 OUTPUT 717;":CALCulate:USER1:TRACe8:SMOothing:APERture ?"
30 ENTER 717;A