SCPI.DISPlay.FP(Ch).SPLit

Object Type

Property (Read-Write)

Syntax

SCPI.DISPlay.FP(Ch).SPLit = Value

Value = SCPI.DISPlay.FP(Ch).SPLit

Description

This command sets/gets split window setting, for the selected channel Ch.

Variable

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

-

Examples

Dim Var as String
Var= "D11_23"
SCPI.DISPlay.FP1.SPLit = Var
Var = SCPI.DISPlay.FP1.SPLit

Equivalent Key

No equivalent key is available on the front panel.

Equivalent SCPI Command

Syntax

:DISPlay:FP[1-1]:SPLit {D11_23|D12_34}

:DISPlay:FP[1-1]:SPLit?

Query Response

{D11_23|D12_34} <newline><^END>

Example of use

10 OUTPUT 717;":DISPlay:FP1:SPLit D11_23"
20 OUTPUT 717;":DISPlay:FP1:SPLit ?"
30 ENTER 717;A$