Programming
465
Command/Query
Syntax
:DISPlay:WINDow<Ch>:TRACe<Tr>:Y[:SCALe]:BOTTom <Value>
:DISPlay:WINDow<Ch>:TRACe<Tr>:Y[:SCALe]:BOTTom?
Description
This command sets the minimum scale value for the Log Y-axis.
Variable
Parameter Value
Description Minimum scale value
Data Type Numeric type (Real)
Range 1a to 500P
Preset Value 1m
Unit Depends on Measurement Format
Query Response
{numeric}<newline><^END>
Examples
Dim Var as Double
Var=10
Ana.WriteString ":DISP:WIND1:TRAC1:Y:BOTT" & Str(Var), True
Ana.WriteString ":DISP:WIND1:TRAC1:Y:BOTT?", True
Var=Ana.ReadNumber
Related Commands
:DISP:WIND:TRAC:Y:TOP
Equivalent Softkey
Scale > Log Y-Axis Top/Bottom > Bottom Value
COM Command Syntax (Internal Control Only)
SCPI.DISPLAY.WINDOW(Ch).TRACE(Tr).Y.SCALE.BOTTOM
:DISP:WIND<Ch>:TRAC<Tr>:Y:PDIV
Type
Command/Query
Syntax