samna.speck2TestBoard#

Submodules#

Module content#

class samna.speck2TestBoard.PowerModule#

Bases: pybind11_object

A handle which offers basic power api.

init_adc(self: samna.speck2TestBoard.PowerModule) None#
measure_io_power(self: samna.speck2TestBoard.PowerModule) None#
measure_logic_power(self: samna.speck2TestBoard.PowerModule) None#
measure_pixel_analog_power(self: samna.speck2TestBoard.PowerModule) None#
measure_pixel_digital_power(self: samna.speck2TestBoard.PowerModule) None#
measure_ram_power(self: samna.speck2TestBoard.PowerModule) None#
read_power(self: samna.speck2TestBoard.PowerModule) List[samna.unifirm.modules.events.VoltageMeasurement | samna.unifirm.modules.events.CurrentMeasurement | samna.unifirm.modules.events.PowerMeasurement]#
set_vdd_io(self: samna.speck2TestBoard.PowerModule, arg0: float) None#
set_vdd_logic(self: samna.speck2TestBoard.PowerModule, arg0: float) None#
set_vdd_pixel_analog(self: samna.speck2TestBoard.PowerModule, arg0: float) None#
set_vdd_pixel_digital(self: samna.speck2TestBoard.PowerModule, arg0: float) None#
set_vdd_ram(self: samna.speck2TestBoard.PowerModule, arg0: float) None#