Prefix
SCPI Commands :
HCOPy:FILE:[NAME]:AUTO:[FILE]:PREFix:STATe
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: HCOPy:FILE:[NAME]:AUTO:[FILE]:PREFix:STATe value: bool = driver.hardCopy.file.name.auto.file.prefix.get_state()
Uses the prefix for the automatic generation of the file name, provided PREF:STAT is activated.
- return
state: 1| ON| 0| OFF
- get_value() str [source]
# SCPI: HCOPy:FILE:[NAME]:AUTO:[FILE]:PREFix value: str = driver.hardCopy.file.name.auto.file.prefix.get_value()
Uses the prefix for the automatic generation of the file name, provided PREF:STAT is activated.
- return
prefix: No help available
- set_state(state: bool) None [source]
# SCPI: HCOPy:FILE:[NAME]:AUTO:[FILE]:PREFix:STATe driver.hardCopy.file.name.auto.file.prefix.set_state(state = False)
Uses the prefix for the automatic generation of the file name, provided PREF:STAT is activated.
- param state
1| ON| 0| OFF
- set_value(prefix: str) None [source]
# SCPI: HCOPy:FILE:[NAME]:AUTO:[FILE]:PREFix driver.hardCopy.file.name.auto.file.prefix.set_value(prefix = 'abc')
Uses the prefix for the automatic generation of the file name, provided PREF:STAT is activated.
- param prefix
1| ON| 0| OFF