Title

SCPI Command :

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()

This command defines the title for the test report as shown on its title page.

return

title: String containing the title.

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

This command defines the title for the test report as shown on its title page.

param title

String containing the title.

Cloning the Group

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

Subgroups