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

Object Type

Property (Read-Write)

Syntax

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

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

Description

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

Variable

Parameter

   Value

Description

Scale bottom level

Data Type

Double precision floating point type (Double)

Range

-350G ~ 70G

Preset Value

-200

Unit

V/Hz

Resolution

-

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

Examples

Dim Var as Double
Var= -350000000000
SCPI.DISPlay.BB1.TRACe1.Y.SCALe.BOTTom = Var
Var = SCPI.DISPlay.BB1.TRACe1.Y.SCALe.BOTTom

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.RLEVel

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

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

Equivalent Key

BB Menu: Scale > Bottom

Equivalent SCPI Command

Syntax

:DISPlay:BB[1-1]:TRACe[1-1]:Y[:SCALe]:BOTTom {-350G ~ 70G}

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

Query Response

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

Example of use

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