Command/Query
:DISPlay:WINDow<Ch>:TRACe<Tr>:Y:SPACing {LINear|LOGarithmic}
:DISPlay:WINDow<Ch>:TRACe<Tr>:Y:SPACing?
This command sets the display type of the graph vertical axis (Y-axis).
Parameter |
Selection Option |
Description |
Vertical axis display type of the graph |
Data Type |
Character string type (String) |
Range |
LINear|LOGarithmic |
Preset Value |
LINear |
{LIN|LOG}<newline><^END>
Dim Var as String
Var= "LIN"
Ana.WriteString ":DISP:WIND1:TRAC1:Y:SPAC" & Var, True
Ana.WriteString ":DISP:WIND1:TRAC1:Y:SPAC?", True
Var=Ana.ReadString
Format > Y-Axis
Instr Setup > Y-Axis
SCPI.DISPLAY.WINDOW(Ch).TRACE(Tr).Y.SPACING