Text

SCPI Command :

HCOPy:ITEM:WINDow:TEXT
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() str[source]
# HCOPy:ITEM:WINDow:TEXT
value: str = driver.hardCopy.item.window.text.get()

This command defines a comment to be added to the printout.

Returns:

comment: String containing the comment.

set(comment: str) None[source]
# HCOPy:ITEM:WINDow:TEXT
driver.hardCopy.item.window.text.set(comment = 'abc')

This command defines a comment to be added to the printout.

Parameters:

comment – String containing the comment.