Height
SCPI Command :
DISPlay:ANNotation:RECTangle<*>:HEIGht
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(annotation=Annotation.Default) float[source]
# DISPlay:ANNotation:RECTangle<*>:HEIGht value: float = driver.display.annotation.rectangle.height.get(annotation = repcap.Annotation.Default)
Sets the height (vertical size) of the rectangle annotation.
- Parameters:
annotation – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Annotation’)
- Returns:
height: In % of the screen.
- set(height: float, annotation=Annotation.Default) None[source]
# DISPlay:ANNotation:RECTangle<*>:HEIGht driver.display.annotation.rectangle.height.set(height = 1.0, annotation = repcap.Annotation.Default)
Sets the height (vertical size) of the rectangle annotation.
- Parameters:
height – In % of the screen.
annotation – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Annotation’)