Width

SCPI Command :

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

Sets the width (horizontal size) of the rectangle annotation.

Parameters:

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

Returns:

width: In % of the screen

set(width: float, annotation=Annotation.Default) None[source]
# DISPlay:ANNotation:RECTangle<*>:WIDTh
driver.display.annotation.rectangle.width.set(width = 1.0, annotation = repcap.Annotation.Default)

Sets the width (horizontal size) of the rectangle annotation.

Parameters:
  • width – In % of the screen

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