SCPI.DISPlay.BB(Ch).TRACe(Tr).Y.SCALe.TOP

Object Type

Property (Read-Write)

Syntax

SCPI.DISPlay.BB(Ch).TRACe(Tr).Y.SCALe.TOP = Value

Value = SCPI.DISPlay.BB(Ch).TRACe(Tr).Y.SCALe.TOP

Description

This command sets/gets scale top level, for the selected trace Tr of the selected channel Ch.

Variable

Parameter

   Value

Description

Scale top level

Data Type

Double precision floating point type (Double)

Range

-50G ~ 350G

Preset Value

-80

Unit

V/Hz

Resolution

-

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

Examples

Dim Var as Double
Var= -50000000000
SCPI.DISPlay.BB1.TRACe1.Y.SCALe.TOP = Var
Var = SCPI.DISPlay.BB1.TRACe1.Y.SCALe.TOP

Related Objects

SCPI.DISPlay.BB(Ch).TRACe(Tr).Y.SCALe.AUTO

SCPI.DISPlay.BB(Ch).TRACe(Tr).Y.SCALe.PDIVision

SCPI.DISPlay.BB(Ch).TRACe(Tr).Y.SCALe.BOTTom

SCPI.DISPlay.BB(Ch).TRACe(Tr).Y.SCALe.RLEVel

SCPI.DISPlay.BB(Ch).TRACe(Tr).Y.SCALe.RPOSition

Equivalent Key

BB Menu: Scale > Top

Equivalent SCPI Command

Syntax

:DISPlay:BB[1-1]:TRACe[1-1]:Y[:SCALe]:TOP {-50G ~ 350G}

:DISPlay:BB[1-1]:TRACe[1-1]:Y[:SCALe]:TOP?

Query Response

{-50G ~ 350G} <newline><^END>

Example of use

10 OUTPUT 717;":DISPlay:BB1:TRACe1:Y[:SCALe]:TOP -50000000000 "
20 OUTPUT 717;":DISPlay:BB1:TRACe1:Y[:SCALe]:TOP ?"
30 ENTER 717;A