Month

SCPI Commands :

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

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

get_state() bool[source]
# SCPI: SENSe:[POWer]:SWEep:HCOPy:FILE:[NAME]:AUTO:[FILE]:MONTh:STATe
value: bool = driver.sense.power.sweep.hardCopy.file.name.auto.file.month.get_state()

Activates the usage of the month in the automatic file name.

return:

state: 0| 1| OFF| ON

get_value() int[source]
# SCPI: SENSe:[POWer]:SWEep:HCOPy:FILE:[NAME]:AUTO:[FILE]:MONTh
value: int = driver.sense.power.sweep.hardCopy.file.name.auto.file.month.get_value()

Queries the day of the date part in the automatic file name.

return:

month: integer Range: 1 to 12

set_state(state: bool) None[source]
# SCPI: SENSe:[POWer]:SWEep:HCOPy:FILE:[NAME]:AUTO:[FILE]:MONTh:STATe
driver.sense.power.sweep.hardCopy.file.name.auto.file.month.set_state(state = False)

Activates the usage of the month in the automatic file name.

param state:

0| 1| OFF| ON