Description

SCPI Command :

HCOPy:TREPort:DESCription
class DescriptionCls[source]

Description commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() str[source]
# SCPI: 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.

return

description: String containing the description of the test report.

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

param description

String containing the description of the test report.