Title

SCPI Command :

HCOPy:TREPort:TITLe
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get() str[source]
# 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.

Returns:

title: String containing the title.

set(title: str) None[source]
# 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.

Parameters:

title – String containing the title.

Cloning the Group

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

Subgroups