Year

SCPI Commands :

SENSe:[POWer]:SWEep:HCOPy:FILE:[NAME]:AUTO:[FILE]:YEAR:STATe
SENSe:[POWer]:SWEep:HCOPy:FILE:[NAME]:AUTO:[FILE]:YEAR
class YearCls[source]

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

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

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

return:

state: 0| 1| OFF| ON

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

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

return:

year: integer Range: 1784 to 8000

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

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

param state:

0| 1| OFF| ON