Zeroing
SCPI Command :
[SOURce<HW>]:CORRection:ZERoing:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_state() bool[source]
# [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.
- Returns:
state: 1 | ON | 0| OFF
- set_state(state: bool) None[source]
# [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.
- Parameters:
state – 1 | ON | 0| OFF