Correction

SCPI Commands :

SOURce<HW>:BEXTension:CORRection:FILE
SOURce<HW>:BEXTension:CORRection:STATe
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_file() str[source]
# SOURce<HW>:BEXTension:CORRection:FILE
value: str = driver.source.bextension.correction.get_file()

No help available

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

No help available

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

No help available

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

No help available