Arrow

SCPI Command :

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

Deletes all arrow 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
arrow_copy = driver.display.annotation.arrow.clone()

Subgroups