Template
SCPI Commands :
HCOPy:TREPort:ITEM:TEMPlate:DELete
HCOPy:TREPort:ITEM:TEMPlate:LOAD
HCOPy:TREPort:ITEM:TEMPlate:SAVE
- class TemplateCls[source]
Template commands group definition. 4 total commands, 1 Subgroups, 3 group commands
- delete(template: str) None [source]
# SCPI: HCOPy:TREPort:ITEM:TEMPlate:DELete driver.hardCopy.treport.item.template.delete(template = 'abc')
This command deletes a test report template.
- param template
String containing the name of the template.
- load(template: str) None [source]
# SCPI: HCOPy:TREPort:ITEM:TEMPlate:LOAD driver.hardCopy.treport.item.template.load(template = 'abc')
This command loads a test report template.
- param template
String containing the name of the template.
- save(template: str) None [source]
# SCPI: HCOPy:TREPort:ITEM:TEMPlate:SAVE driver.hardCopy.treport.item.template.save(template = 'abc')
This command saves a test report template in XML format.
- param template
String containing the name of the template. The .xml file extension is added automatically.
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.hardCopy.treport.item.template.clone()
Subgroups