Value

SCPI Command :

DISPlay:ANNotation:TEXT<*>[:VALue]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(annotation=Annotation.Default) str[source]
# DISPlay:ANNotation:TEXT<*>[:VALue]
value: str = driver.display.annotation.text.value.get(annotation = repcap.Annotation.Default)

Adds a new text annotation or replaces the text value of an already existing text annotation.

Parameters:

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

set(text: str = None, annotation=Annotation.Default) None[source]
# DISPlay:ANNotation:TEXT<*>[:VALue]
driver.display.annotation.text.value.set(text = 'abc', annotation = repcap.Annotation.Default)

Adds a new text annotation or replaces the text value of an already existing text annotation.

Parameters:

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