SCPI.DISPlay.LAYout.THRee

Object Type

Property (Read-Write)

Syntax

SCPI.DISPlay.LAYout.THRee = Value

Value = SCPI.DISPlay.LAYout.THRee

Description

This command sets/gets display layout.

Variable

Parameter

   Value

Description

Display layout

Data Type

Character string type (String)

Range

D12_33|D1_2_3

Preset Value

D12_33

Unit

-

Resolution

-

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

Examples

Dim Var as String
Var= "D12_33"
SCPI.DISPlay.LAYout.THRee = Var
Var = SCPI.DISPlay.LAYout.THRee

Related Objects

SCPI.DISPlay.LAYout.TWO

Equivalent Key

PN Menu: Measurement View > Show Window > Layout Window > Three Windows

SP Menu: Measurement View > Show Window > Layout Window > Three Windows

FP Menu: Measurement View > Show Window > Layout Window > Three Windows

TR Menu: Measurement View > Show Window > Layout Window > Three Windows

AM Menu: Measurement View > Show Window > Layout Window > Three Windows

BB Menu: Measurement View > Show Window > Layout Window > Three Windows

USER Menu: Measurement View > Show Window > Layout Window > Three Windows

Equivalent SCPI Command

Syntax

:DISPlay:LAYout:THRee {D12_33|D1_2_3}

:DISPlay:LAYout:THRee?

Query Response

{D12_33|D1_2_3} <newline><^END>

Example of use

10 OUTPUT 717;":DISPlay:LAYout:THRee D12_33"
20 OUTPUT 717;":DISPlay:LAYout:THRee ?"
30 ENTER 717;A$