Property (Read-Write)
SCPI.DISPlay.SPLit = Param
Param = SCPI.DISPlay.SPLit
Sets the layout of the channel windows on the LCD display.
Parameter |
Param |
Description |
Layout of channel windows |
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 window layout. |
Preset value |
"D1" |
Dim ChanAloc As String
SCPI.DISPlay.SPLit = "d12_34"
ChanAloc = SCPI.DISPlay.SPLit
Display > Allocate Channels
: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?
{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:SPL D1_2"
20 OUTPUT 717;":DISP:SPL?"
30 ENTER 717;A$