SCPI.DISPlay.WINDow(Ch).SPLit

Object type

Property (Read-Write)

Syntax

SCPI.DISPlay.WINDow(Ch).SPLit = Param

Param = SCPI.DISPlay.WINDow(Ch).SPLit

Description

This command sets/gets the graph layout of the selected channel (Ch).

Variable

Parameter

Param

Description

Graph layout

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 channel window layout.

Preset value

"D1"

Examples

Dim TracAloc As String
SCPI.DISPlay.WINDow(1).SPLit = "d1_2"
TracAloc = SCPI.DISPlay.WINDow(1).SPLit

Related objects

SCPI.DISPlay.SPLit

Equivalent key

Display > Allocate Traces

Equivalent SCPI command

Syntax

:DISPlay:WINDow{[1]-4}: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|
D1X1}

:DISPlay:WINDow{[1]-4}: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:WIND:SPL D1_2"
20 OUTPUT 717;":DISP:WIND:SPL?"
30 ENTER 717;A$