Day
SCPI Command :
HCOPy:FILE:[NAME]:AUTO:[FILE]:DAY:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_state() bool[source]
# 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.
- Returns:
state: 1 | ON | 0| OFF
- set_state(state: bool) None[source]
# 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.
- Parameters:
state – 1 | ON | 0| OFF