Load

SCPI Command :

PROGram:STARtup:LOAD:ENABle
class LoadCls[source]

Load commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_enable() bool[source]
# SCPI: PROGram:STARtup:LOAD:ENABle
value: bool = driver.program.startup.load.get_enable()

Sets if a scenario is opened each time the software is started up.

return:

enable: ON| OFF| 1| 0

set_enable(enable: bool) None[source]
# SCPI: PROGram:STARtup:LOAD:ENABle
driver.program.startup.load.set_enable(enable = False)

Sets if a scenario is opened each time the software is started up.

param enable:

ON| OFF| 1| 0