Handler

SCPI Commands

HANDler:STATe
class HandlerCls[source]

Handler commands group definition. 5 total commands, 2 Subgroups, 1 group commands

get_state() bool[source]
# SCPI: HANDler[:STATe]
value: bool = driver.handler.get_state()

Activates the binning measurement.

return:

handler_state: No help available

set_state(handler_state: bool) None[source]
# SCPI: HANDler[:STATe]
driver.handler.set_state(handler_state = False)

Activates the binning measurement.

param handler_state:

No help available

Subgroups