Load

SCPI Commands

CORRection:LOAD:STATe
CORRection:LOAD:MODE
class LoadCls[source]

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

get_mode() str[source]
# SCPI: CORRection:LOAD:MODE
value: str = driver.correction.load.get_mode()

No command help available

return:

result: No help available

get_state() bool[source]
# SCPI: CORRection:LOAD:STATe
value: bool = driver.correction.load.get_state()

Activates the load correction function.

return:

load_correction_state: No help available

set_state(load_correction_state: bool) None[source]
# SCPI: CORRection:LOAD:STATe
driver.correction.load.set_state(load_correction_state = False)

Activates the load correction function.

param load_correction_state:

No help available