SCPI.DISPlay.LAYout.TWO

Object Type

Property (Read-Write)

Syntax

SCPI.DISPlay.LAYout.TWO = Value

Value = SCPI.DISPlay.LAYout.TWO

Description

This command sets/gets display layout.

Variable

Parameter

   Value

Description

Display layout

Data Type

Character string type (String)

Range

D1_2|D12

Preset Value

D1_2

Unit

-

Resolution

-

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

Examples

Dim Var as String
Var= "D1_2"
SCPI.DISPlay.LAYout.TWO = Var
Var = SCPI.DISPlay.LAYout.TWO

Related Objects

SCPI.DISPlay.LAYout.THRee

Equivalent Key

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

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

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

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

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

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

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

Equivalent SCPI Command

Syntax

:DISPlay:LAYout:TWO {D1_2|D12}

:DISPlay:LAYout:TWO?

Query Response

{D1_2|D12} <newline><^END>

Example of use

10 OUTPUT 717;":DISPlay:LAYout:TWO D1_2"
20 OUTPUT 717;":DISPlay:LAYout:TWO ?"
30 ENTER 717;A$