Width

SCPI Command :

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

Sets the width (horizontal size) of the arrow 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:ARRow<*>:WIDTh
driver.display.annotation.arrow.width.set(width = 1.0, annotation = repcap.Annotation.Default)

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

Parameters:
  • width – In % of the screen

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