Property (Read-Write)
SCPI.DISPlay.WINDow(Ch).SPLit = Param
Param = SCPI.DISPlay.WINDow(Ch).SPLit
This command sets/gets the graph layout of the selected channel (Ch).
Parameter |
Param |
Description |
Graph layout |
Data type |
Character string type (String) |
Range |
Select from the following:
Refer to link " Window Graph layouts and command parameters" for the confirmation of the channel window layout. |
Preset value |
"D1" |
Dim TracAloc As String
SCPI.DISPlay.WINDow(1).SPLit = "d1_2"
TracAloc = SCPI.DISPlay.WINDow(1).SPLit
Display > Allocate Traces
: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?
{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>
10 OUTPUT 717;":DISP:WIND:SPL D1_2"
20 OUTPUT 717;":DISP:WIND:SPL?"
30 ENTER 717;A$