Direction

SCPI Command :

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

Sets the direction of the indicated arrow annotation from starting point to arrow tip.

Parameters:

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

Returns:

type_py: TLEFt: to top left TRIGht: to top right BLEFt: to bottom left BRIGht: to bottom right

set(type_py: TypePy, annotation=Annotation.Default) None[source]
# DISPlay:ANNotation:ARRow<*>:DIRection
driver.display.annotation.arrow.direction.set(type_py = enums.TypePy.BLEFt, annotation = repcap.Annotation.Default)

Sets the direction of the indicated arrow annotation from starting point to arrow tip.

Parameters:
  • type_py – TLEFt: to top left TRIGht: to top right BLEFt: to bottom left BRIGht: to bottom right

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