Text
SCPI Command :
HCOPy:ITEM:WINDow:TEXT
- class TextCls[source]
Text commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() str [source]
# SCPI: HCOPy:ITEM:WINDow:TEXT value: str = driver.hardCopy.item.window.text.get()
This command defines a comment to be added to the printout.
- return
comment: String containing the comment.
- set(comment: str) None [source]
# SCPI: HCOPy:ITEM:WINDow:TEXT driver.hardCopy.item.window.text.set(comment = 'abc')
This command defines a comment to be added to the printout.
- param comment
String containing the comment.