Property (Read-Write)
SCPI.DISPlay.WINDow(Ch).X.SPACing = Param
Param = SCPI.DISPlay.WINDow(Ch).X.SPACing
This command selects the display type of the graph horizontal axis of the selected channel (Ch) for segment sweep.
Parameter |
Param |
Description |
Horizontal axis display type of the graph for segment sweep |
Data type |
Character string type (String) |
Range |
Select from the following:
|
Preset value |
"OBASe" |
Dim DispSegm As String
SCPI.SENSe(1).SWEep.TYPE = "segm"
SCPI.DISPlay.WINDow(1).X.SPACing = "obas"
DispSegm = SCPI.DISPlay.WINDow(1).X.SPACing
Sweep Setup > Segment Display > Freq Base|Order Base
:DISPlay:WINDow{[1]-4}:X:SPACing {LINear|OBASe}
:DISPlay:WINDow{[1]-4}:X:SPACing?
{LIN|OBAS}<newline><^END>
10 OUTPUT 717;":DISP:WIND1:X:SPAC OBAS"
20 OUTPUT 717;":DISP:WIND1:X:SPAC?"
30 ENTER 717;A$