Position
SCPI Command :
DISPlay:ANNotation:RECTangle<*>:HORizontal:POSition
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(annotation=Annotation.Default) float[source]
# DISPlay:ANNotation:RECTangle<*>:HORizontal:POSition value: float = driver.display.annotation.rectangle.horizontal.position.get(annotation = repcap.Annotation.Default)
Sets the horizontal position of the left 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:
horizontal_pos: In % of the screen
- set(horizontal_pos: float, annotation=Annotation.Default) None[source]
# DISPlay:ANNotation:RECTangle<*>:HORizontal:POSition driver.display.annotation.rectangle.horizontal.position.set(horizontal_pos = 1.0, annotation = repcap.Annotation.Default)
Sets the horizontal position of the left edge of the rectangle 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’)