Position
SCPI Command :
DISPlay:ANNotation:TEXT<*>:VERTical:POSition
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(annotation=Annotation.Default) float[source]
# DISPlay:ANNotation:TEXT<*>:VERTical:POSition value: float = driver.display.annotation.text.vertical.position.get(annotation = repcap.Annotation.Default)
Sets the vertical position of the lower edge of the text 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:TEXT<*>:VERTical:POSition driver.display.annotation.text.vertical.position.set(vertical_pos = 1.0, annotation = repcap.Annotation.Default)
Sets the vertical position of the lower edge of the text 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’)