Property (Read-Write)
SCPI.DISPlay.FP(Ch).SPLit = Value
Value = SCPI.DISPlay.FP(Ch).SPLit
This command sets/gets split window setting, for the selected channel Ch.
Parameter |
Value |
Description |
Split window setting |
Data Type |
Character string type (String) |
Range |
D11_23|D12_34 |
Preset Value |
D11_23 |
Unit |
- |
Resolution |
- |
Preset Effect |
Yes |
Save-Recall Effect |
Yes |
Error |
- |
Dim Var as String
Var= "D11_23"
SCPI.DISPlay.FP1.SPLit = Var
Var = SCPI.DISPlay.FP1.SPLit
No equivalent key is available on the front panel.
:DISPlay:FP[1-1]:SPLit {D11_23|D12_34}
:DISPlay:FP[1-1]:SPLit?
{D11_23|D12_34} <newline><^END>
10 OUTPUT 717;":DISPlay:FP1:SPLit D11_23"
20 OUTPUT 717;":DISPlay:FP1:SPLit ?"
30 ENTER 717;A$