Day

SCPI Commands :

SENSe:[POWer]:SWEep:HCOPy:FILE:[NAME]:AUTO:[FILE]:DAY:STATe
SENSe:[POWer]:SWEep:HCOPy:FILE:[NAME]:AUTO:[FILE]:DAY
class DayCls[source]

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

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

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

return:

state: 0| 1| OFF| ON

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

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

return:

day: integer Range: 1 to 31

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

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

param state:

0| 1| OFF| ON