Prefix

SCPI Commands :

HCOPy:FILE:[NAME]:AUTO:[FILE]:PREFix:STATe
HCOPy:FILE:[NAME]:AUTO:[FILE]:PREFix
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_state() bool[source]
# HCOPy:FILE:[NAME]:AUTO:[FILE]:PREFix:STATe
value: bool = driver.hardCopy.file.name.auto.file.prefix.get_state()

Uses the prefix for the automatic generation of the file name, provided PREF:STAT is activated.

Returns:

state: 1 | ON | 0| OFF

get_value() str[source]
# HCOPy:FILE:[NAME]:AUTO:[FILE]:PREFix
value: str = driver.hardCopy.file.name.auto.file.prefix.get_value()

Uses the prefix for the automatic generation of the file name, provided PREF:STAT is activated.

set_state(state: bool) None[source]
# HCOPy:FILE:[NAME]:AUTO:[FILE]:PREFix:STATe
driver.hardCopy.file.name.auto.file.prefix.set_state(state = False)

Uses the prefix for the automatic generation of the file name, provided PREF:STAT is activated.

Parameters:

state – 1 | ON | 0| OFF

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

Uses the prefix for the automatic generation of the file name, provided PREF:STAT is activated.

Parameters:

prefix – 1 | ON | 0| OFF