Position

SCPI Command :

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

Sets the horizontal position of the left 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:

horizontal_pos: In % of the screen

set(horizontal_pos: float, annotation=Annotation.Default) None[source]
# DISPlay:ANNotation:TEXT<*>:HORizontal:POSition
driver.display.annotation.text.horizontal.position.set(horizontal_pos = 1.0, annotation = repcap.Annotation.Default)

Sets the horizontal position of the left edge of the text annotation. See also ‘Defining the position of the annotation’.

Parameters:
  • horizontal_pos – In % of the screen

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