Pline

SCPI Command :

DISPlay:ANNotation:PLINe<*>:CLEar
Commands in total: 5
Subgroups: 4
Direct child commands: 1
clear(annotation=Annotation.Default) None[source]
# DISPlay:ANNotation:PLINe<*>:CLEar
driver.display.annotation.pline.clear(annotation = repcap.Annotation.Default)

Deletes all draw 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
pline_copy = driver.display.annotation.pline.clone()

Subgroups