Template

SCPI Commands :

HCOPy:TREPort:ITEM:TEMPlate:DELete
HCOPy:TREPort:ITEM:TEMPlate:LOAD
HCOPy:TREPort:ITEM:TEMPlate:SAVE
Commands in total: 4
Subgroups: 1
Direct child commands: 3
delete(template: str) None[source]
# HCOPy:TREPort:ITEM:TEMPlate:DELete
driver.hardCopy.treport.item.template.delete(template = 'abc')

This command deletes a test report template.

Parameters:

template – String containing the name of the template.

load(template: str) None[source]
# HCOPy:TREPort:ITEM:TEMPlate:LOAD
driver.hardCopy.treport.item.template.load(template = 'abc')

This command loads a test report template.

Parameters:

template – String containing the name of the template.

save(template: str) None[source]
# HCOPy:TREPort:ITEM:TEMPlate:SAVE
driver.hardCopy.treport.item.template.save(template = 'abc')

This command saves a test report template in XML format.

Parameters:

template – String containing the name of the template. The .xml file extension is added automatically.

Cloning the Group

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

Subgroups