Month

SCPI Command :

HCOPy:FILE:[NAME]:AUTO:[FILE]:MONTh:STATe
class MonthCls[source]

Month commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_state() bool[source]
# SCPI: HCOPy:FILE:[NAME]:AUTO:[FILE]:MONTh:STATe
value: bool = driver.hardCopy.file.name.auto.file.month.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]:MONTh:STATe
driver.hardCopy.file.name.auto.file.month.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