Year
SCPI Command :
HCOPy:FILE:[NAME]:AUTO:[FILE]:YEAR:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_state() bool[source]
# HCOPy:FILE:[NAME]:AUTO:[FILE]:YEAR:STATe value: bool = driver.hardCopy.file.name.auto.file.year.get_state()
Uses the date parameters (year, month or day) for the automatic naming. You can activate each of the date parameters separately.
- Returns:
state: 1 | ON | 0| OFF
- set_state(state: bool) None[source]
# HCOPy:FILE:[NAME]:AUTO:[FILE]:YEAR:STATe driver.hardCopy.file.name.auto.file.year.set_state(state = False)
Uses the date parameters (year, month or day) for the automatic naming. You can activate each of the date parameters separately.
- Parameters:
state – 1 | ON | 0| OFF