E4990A Help  
460 
This command sets/gets the display position of the marker value on Y axis 
by a percentage of a height of the display span. 
Variable 
Parameter  Value 
Description  Display position of the marker value on the Y-axis 
Data Type  Numeric type (Integer) 
Range  -15 to 100 
Preset Value  1 
Unit  % 
Query Response 
{numeric}<newline><^END> 
Examples 
Dim Var as Long 
Var= -15 
Ana.WriteString ":DISP:WIND1:TRAC1:ANN:MARK:POS:Y " & Str(Var), True 
Ana.WriteString ":DISP:WIND1:TRAC1:ANN:MARK:POS:Y?", True 
Var=Ana.ReadNumber 
Related Commands 
:DISP:WIND:TRAC:ANN:MARK:POS:X 
Equivalent Softkey 
Marker Fctn > Annotation Options > Marker Info Y Pos 
COM Command Syntax (Internal Control Only) 
SCPI.DISPLAY.WINDOW(Ch).TRACE(Tr).ANNOTATION.MARKER.POSITION.
Y 
 
:DISP:WIND<Ch>:TRAC<Tr>:ANN:YAX:MODE 
Type 
Command/Query 
Syntax 
:DISPlay:WINDow<Ch>:TRACe<Tr>:ANNotation:YAXis:MODE 
{AUTO|RELative} 
 
:DISPlay:WINDow<Ch>:TRACe<Tr>:ANNotation:YAXis:MODE? 
Description