Name

SCPI Command :

HCOPy:FILE:[NAME]
Commands in total: 12
Subgroups: 1
Direct child commands: 1
get_value() str[source]
# 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’.

Returns:

name: string

set_value(name: str) None[source]
# 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’.

Parameters:

name – string

Cloning the Group

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

Subgroups