Remove

SCPI Command :

DISPlay:ANNotation:TEXT<*>:REMove
Commands in total: 1
Subgroups: 0
Direct child commands: 1
set(annotation=Annotation.Default) None[source]
# DISPlay:ANNotation:TEXT<*>:REMove
driver.display.annotation.text.remove.set(annotation = repcap.Annotation.Default)

Removes the specified text annotation from the screen.

Parameters:

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

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