E4990A Help
464
Preset Value 0
Unit Depends on measurement format
Query Response
{numeric}<newline><^END>
Examples
Dim Var as Double
Var= -10
Ana.WriteString ":DISP:WIND1:TRAC1:X:RLEV " & Str(Var), True
Ana.WriteString ":DISP:WIND1:TRAC1:X:RLEV?", True
Var=Ana.ReadNumber
Related Commands
:FORM:DATA
Equivalent Softkey
Scale > Reference X Value
COM Command Syntax (Internal Control Only)
SCPI.DISPLAY.WINDOW(Ch).TRACE(Tr).X.SCALE.RLEVEL
:DISP:WIND<Ch>:TRAC<Tr>:Y:AUTO
Type
Command
Syntax
:DISPlay:WINDow<Ch>:TRACe<Tr>:Y[:SCALe]:AUTO
Description
This command executes the auto scale function. The Auto Scale function
automatically adjusts the value of the reference division line and the scale
per division to display the trace appropriately.
Examples
Ana.WriteString ":DISPl:WIND:TRAC:Y:AUTO", True
Related Commands
:DISP:WIND:TRAC:Y:PDIV
:DISP:WIND:TRAC:Y:RLEV
Equivalent Softkey
Scale > Auto Scale
COM Command Syntax (Internal Control Only)
SCPI.DISPLAY.WINDOW(Ch).TRACE(Tr).Y.SCALE.AUTO
:DISP:WIND<Ch>:TRAC<Tr>:Y:BOTT
Type