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

Object Type

Property (Read-Write)

Syntax

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

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

Description

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

Variable

Parameter

   Value

Description

Scale per division

Data Type

Double precision floating point type (Double)

Range

1a ~ 10G

Preset Value

10

Unit

-

Resolution

-

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

Examples

Dim Var as Double
Var= 0.000000000001
SCPI.DISPlay.BB1.TRACe1.Y.SCALe.PDIVision = Var
Var = SCPI.DISPlay.BB1.TRACe1.Y.SCALe.PDIVision

Related Objects

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

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

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

Equivalent Key

BB Menu: Scale > Scale/Div

Equivalent SCPI Command

Syntax

:DISPlay:BB[1-1]:TRACe[1-1]:Y[:SCALe]:PDIVision {1a ~ 10G}

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

Query Response

{1a ~ 10G} <newline><^END>

Example of use

10 OUTPUT 717;":DISPlay:BB1:TRACe1:Y[:SCALe]:PDIVision 0.000000000001"
20 OUTPUT 717;":DISPlay:BB1:TRACe1:Y[:SCALe]:PDIVision ?"
30 ENTER 717;A