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 selected channel (Ch).

Variable

Parameter

Param

Description

Graph layout

Data type

Character string type (String)

Range

Select from the following:

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]-36}: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|D123_456|D12_34_56| D1234_5678|D12_34_56_78|D123_456_789|D123__ABC|D1234__9ABC|D1234__DEFG}

:DISPlay:WINDow{[1]-36}: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|D123_456|D12_34_56|D1234_5678|D12_34_56_78|D123_456_789|D123__ABC|
D1234__9ABC|D1234__DEFG}<newline><^END>

Example of use

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