Description
SCPI Command :
HCOPy:TREPort:DESCription
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() str[source]
# HCOPy:TREPort:DESCription value: str = driver.hardCopy.treport.description.get()
This command defines the description of the test report as shown on its title page.
- Returns:
description: String containing the description of the test report.
- set(description: str) None[source]
# HCOPy:TREPort:DESCription driver.hardCopy.treport.description.set(description = 'abc')
This command defines the description of the test report as shown on its title page.
- Parameters:
description – String containing the description of the test report.