Year
SCPI Command :
HCOPy:FILE:[NAME]:AUTO:[FILE]:YEAR:STATe
- class YearCls[source]
Year commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_state() bool [source]
# SCPI: 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.
- return
state: 1| ON| 0| OFF
- set_state(state: bool) None [source]
# SCPI: 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.
- param state
1| ON| 0| OFF