Position

SCPI Command :

DISPlay:ANNotation:RECTangle<*>:VERTical:POSition
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(annotation=Annotation.Default) float[source]
# DISPlay:ANNotation:RECTangle<*>:VERTical:POSition
value: float = driver.display.annotation.rectangle.vertical.position.get(annotation = repcap.Annotation.Default)

Sets the vertical position of the lower edge of the rectangle annotation. See also ‘Defining the position of the annotation’.

Parameters:

annotation – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Annotation’)

Returns:

vertical_pos: In % of the screen

set(vertical_pos: float, annotation=Annotation.Default) None[source]
# DISPlay:ANNotation:RECTangle<*>:VERTical:POSition
driver.display.annotation.rectangle.vertical.position.set(vertical_pos = 1.0, annotation = repcap.Annotation.Default)

Sets the vertical position of the lower edge of the rectangle annotation. See also ‘Defining the position of the annotation’.

Parameters:
  • vertical_pos – In % of the screen

  • annotation – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Annotation’)