Day
SCPI Command :
HCOPy:FILE:[NAME]:AUTO:[FILE]:DAY:STATe
- class DayCls[source]
Day commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_state() bool [source]
# SCPI: HCOPy:FILE:[NAME]:AUTO:[FILE]:DAY:STATe value: bool = driver.hardCopy.file.name.auto.file.day.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]:DAY:STATe driver.hardCopy.file.name.auto.file.day.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