Prefix

SCPI Commands :

SENSe:[POWer]:SWEep:HCOPy:FILE:[NAME]:AUTO:[FILE]:PREFix:STATe
SENSe:[POWer]:SWEep:HCOPy:FILE:[NAME]:AUTO:[FILE]:PREFix
class PrefixCls[source]

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

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

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

return:

state: 0| 1| OFF| ON

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

Sets the prefix part in the automatic file name.

return:

prefix: string

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

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

param state:

0| 1| OFF| ON

set_value(prefix: str) None[source]
# SCPI: SENSe:[POWer]:SWEep:HCOPy:FILE:[NAME]:AUTO:[FILE]:PREFix
driver.sense.power.sweep.hardCopy.file.name.auto.file.prefix.set_value(prefix = 'abc')

Sets the prefix part in the automatic file name.

param prefix:

string