Zeroing

SCPI Command :

[SOURce<HW>]:CORRection:ZERoing:STATe
class ZeroingCls[source]

Zeroing commands group definition. 1 total commands, 0 Subgroups, 1 group commands

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

Activates the zeroing procedure before filling the user correction data acquired by a sensor.

return

state: 1| ON| 0| OFF

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

Activates the zeroing procedure before filling the user correction data acquired by a sensor.

param state

1| ON| 0| OFF