Name

SCPI Command :

HCOPy:FILE:[NAME]
class NameCls[source]

Name commands group definition. 12 total commands, 1 Subgroups, 1 group commands

get_value() str[source]
# SCPI: HCOPy:FILE:[NAME]
value: str = driver.hardCopy.file.name.get_value()

Determines the file name and path to save the hard copy, provided automatic naming is disabled. Note: If you have enabled automatic naming, the instrument automatically generates the file name and directory, see ‘Automatic naming’.

return

name: string

set_value(name: str) None[source]
# SCPI: HCOPy:FILE:[NAME]
driver.hardCopy.file.name.set_value(name = 'abc')

Determines the file name and path to save the hard copy, provided automatic naming is disabled. Note: If you have enabled automatic naming, the instrument automatically generates the file name and directory, see ‘Automatic naming’.

param name

string

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.hardCopy.file.name.clone()

Subgroups