Color

SCPI Command :

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

Sets the color of the indicated arrow annotation.

Parameters:

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

Returns:

type_py: See Table ‘Color catalog for annotations’.

set(type_py: Color, annotation=Annotation.Default) None[source]
# DISPlay:ANNotation:ARRow<*>:COLor
driver.display.annotation.arrow.color.set(type_py = enums.Color.BLUE, annotation = repcap.Annotation.Default)

Sets the color of the indicated arrow annotation.

Parameters:
  • type_py – See Table ‘Color catalog for annotations’.

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