Correction

SCPI Commands :

SOURce<HW>:BEXTension:CORRection:FILE
SOURce<HW>:BEXTension:CORRection:STATe
class CorrectionCls[source]

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

get_file() str[source]
# SCPI: SOURce<HW>:BEXTension:CORRection:FILE
value: str = driver.source.bextension.correction.get_file()

No command help available

return:

correction_file: No help available

get_state() bool[source]
# SCPI: SOURce<HW>:BEXTension:CORRection:STATe
value: bool = driver.source.bextension.correction.get_state()

No command help available

return:

state: No help available

set_file(correction_file: str) None[source]
# SCPI: SOURce<HW>:BEXTension:CORRection:FILE
driver.source.bextension.correction.set_file(correction_file = 'abc')

No command help available

param correction_file:

No help available

set_state(state: bool) None[source]
# SCPI: SOURce<HW>:BEXTension:CORRection:STATe
driver.source.bextension.correction.set_state(state = False)

No command help available

param state:

No help available