Rectangle

SCPI Command :

DISPlay:ANNotation:RECTangle<*>:CLEar
Commands in total: 8
Subgroups: 7
Direct child commands: 1
clear(annotation=Annotation.Default) None[source]
# DISPlay:ANNotation:RECTangle<*>:CLEar
driver.display.annotation.rectangle.clear(annotation = repcap.Annotation.Default)

Deletes all rectangle annotations.

Parameters:

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

clear_and_wait(annotation=Annotation.Default, opc_timeout_ms: int = -1) None[source]

Cloning the Group

# Create a copy of the original group, that exists independently
rectangle_copy = driver.display.annotation.rectangle.clone()

Subgroups