Title

SCPI Commands

HCOPy:TREPort:TITLe
class TitleCls[source]

Title commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get() str[source]
# SCPI: HCOPy:TREPort:TITLe
value: str = driver.hardCopy.treport.title.get()

No command help available

return

title: No help available

set(title: str) None[source]
# SCPI: HCOPy:TREPort:TITLe
driver.hardCopy.treport.title.set(title = '1')

No command help available

param title

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.hardCopy.treport.title.clone()

Subgroups