SCPI.DISPlay.SPLit

Object type

Property (Read-Write)

Syntax

SCPI.DISPlay.SPLit = Param

Param = SCPI.DISPlay.SPLit

Description

Sets the layout of the channel windows on the LCD display.

Variable

Parameter

Param

Description

Layout of channel windows

Data type

Character string type (String)

Range

Select from the following:

  • "D1"

  • "D12"

  • "D1_2"

  • "D112"

  • "D1_1_2"

  • "D123"

  • "D1_2_3"

  • "D12_33"

  • "D11_23"

  • "D13_23"

  • "D12_13"

  • "D1234"

  • "D1_2_3_4"

  • "D12_34"

Refer to link " Window Graph layouts and command parameters" for the confirmation of the window layout.

Preset value

"D1"

Examples

Dim ChanAloc As String
SCPI.DISPlay.SPLit = "d12_34"
ChanAloc = SCPI.DISPlay.SPLit

Related objects

SCPI.DISPlay.WINDow(Ch).SPLit

Equivalent key

Display > Allocate Channels

 

Equivalent SCPI command

Syntax

:DISPlay:SPLit

{D1|D12|D1_2|D112|D1_1_2|D123|D1_2_3|D12_33|D11_23|D13_23|D12_13| D1234|D1_2_3_4|D12_34}

:DISPlay:SPLit?

Query response

{D1|D12|D1_2|D112|D1_1_2|D123|D1_2_3|D12_33|D11_23|D13_23|D12_13| D1234|D1_2_3_4|D12_34}<newline><^END>

Example of use

10 OUTPUT 717;":DISP:SPL D1_2"
20 OUTPUT 717;":DISP:SPL?"
30 ENTER 717;A$