Color
SCPI Command :
DISPlay:ANNotation:RECTangle<*>:COLor
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(annotation=Annotation.Default) Color[source]
# DISPlay:ANNotation:RECTangle<*>:COLor value: enums.Color = driver.display.annotation.rectangle.color.get(annotation = repcap.Annotation.Default)
Sets the color of the indicated rectangle 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:RECTangle<*>:COLor driver.display.annotation.rectangle.color.set(type_py = enums.Color.BLUE, annotation = repcap.Annotation.Default)
Sets the color of the indicated rectangle annotation.
- Parameters:
type_py – See Table ‘Color catalog for annotations’.
annotation – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Annotation’)