Short

SCPI Commands

CORRection:SHORt:STATe
CORRection:SHORt:MODE
class ShortCls[source]

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

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

No command help available

return:

result: No help available

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

Activates the short correction function.

return:

short_correction_state: No help available

set_state(short_correction_state: bool) None[source]
# SCPI: CORRection:SHORt:STATe
driver.correction.short.set_state(short_correction_state = False)

Activates the short correction function.

param short_correction_state:

No help available

Subgroups