Programming
455
This command split the traces of the channel display layout on the LCD
display.
Variable
Parameter Selection Option
Description Display layout
Data Type Character string type (String)
Range D1|D1_2|D12
|D1_2_3|D12_34|D1_1_2|D112|D12_33|D13_23|D123|D
Preset
Value
D1
Query Response
{D1|D1_2|D12|D1_2_3|D12_34|D1_1_2|D112|D12_33|D13_23|D123|D1
1_23|D12_13|D1234|D1_2_3_4}<newline><^END>
Examples
Dim Var as String
Var= "D1"
Ana.WriteString ":DISP:WIND1:SPL " & Var, True
Ana.WriteString ":DISP:WIND1:SPL?", True
Var=Ana.ReadString
Related Commands