Open

SCPI Commands

CORRection:OPEN:STATe
CORRection:OPEN:MODE
class OpenCls[source]

Open commands group definition. 3 total commands, 1 Subgroups, 2 group commands

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

No command help available

return:

result: No help available

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

Activates the open correction function.

return:

open_correction_state: No help available

set_state(open_correction_state: bool) None[source]
# SCPI: CORRection:OPEN:STATe
driver.correction.open.set_state(open_correction_state = False)

Activates the open correction function.

param open_correction_state:

No help available

Subgroups