SCPI.CALCulate.FP(Ch).TRACe(Tr).SAPerture

Object Type

Property (Read-Write)

Syntax

SCPI.CALCulate.FP(Ch).TRACe(Tr).SAPerture = Value

Value = SCPI.CALCulate.FP(Ch).TRACe(Tr).SAPerture

Description

This command sets/gets Sensitivity Aperture, for the selected trace Tr of the selected channel Ch.

Variable

Parameter

   Value

Description

Sensitivity Aperture

Data Type

Double precision floating point type (Double)

Range

100m ~ 20

Preset Value

1

Unit

%

Resolution

100m

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

Examples

Dim Var as Double
Var= 0.1
SCPI.CALCulate.FP1.TRACe4.SAPerture = Var
Var = SCPI.CALCulate.FP1.TRACe4.SAPerture

Related Objects

Equivalent Key

FP Menu: Format > Sensitivity Aperture

Equivalent SCPI Command

Syntax

:CALCulate:FP[1-1]:TRACe[1-4]:SAPerture {100m ~ 20}

:CALCulate:FP[1-1]:TRACe[1-4]:SAPerture?

Query Response

{100m ~ 20} <newline><^END>

Example of use

10 OUTPUT 717;":CALCulate:FP1:TRACe4:SAPerture 0.1"
20 OUTPUT 717;":CALCulate:FP1:TRACe4:SAPerture ?"
30 ENTER 717;A