Text

SCPI Command :

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

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

Subgroups