samna.speck2bTestboard#
Submodules#
Module content#
- class samna.speck2bTestboard.MeasurementChannels#
Bases:
pybind11_object
Members:
Io
Ram
Logic
PixelDigital
PixelAnalog
- property name#
- class samna.speck2bTestboard.PowerModule#
Bases:
pybind11_object
A handle which offers basic power api.
- get_adc_core(self: samna.speck2bTestboard.PowerModule) samna.unifirm.adc.ads1119.Ads1119 #
- get_adc_io(self: samna.speck2bTestboard.PowerModule) samna.unifirm.adc.ads1119.Ads1119 #
- set_vdd_io(self: samna.speck2bTestboard.PowerModule, arg0: float) None #
Set IO Power Supply
- set_vdd_logic(self: samna.speck2bTestboard.PowerModule, arg0: float) None #
Set Digital Power Supply
- set_vdd_pixel_analog(self: samna.speck2bTestboard.PowerModule, arg0: float) None #
Set Pixel Field Analog Power Supply
- set_vdd_pixel_digital(self: samna.speck2bTestboard.PowerModule, arg0: float) None #
Set Pixel Field Digital Power Supply
- set_vdd_ram(self: samna.speck2bTestboard.PowerModule, arg0: float) None #
Set SRAM Power Supply
- class samna.speck2bTestboard.Speck2bTestboard#
Bases:
pybind11_object
Composite object that allows access to all the board features of a speck2b testboard.
- get_dac(self: samna.speck2bTestboard.Speck2bTestboard) samna.unifirm.dac.dac7678.Dac7678 #
- get_firmware_versions(self: samna.speck2bTestboard.Speck2bTestboard) samna.boards.common.FirmwareVersions #
Get the Fxtree and Unifirm versions of this board.
- get_io_module(self: samna.speck2bTestboard.Speck2bTestboard) samna.speck2bTestboard.UnifirmModule #
- Returns:
A handle to the unifirm IO module. Useful in debug scenarios.
- get_model(self: samna.speck2bTestboard.Speck2bTestboard) samna.speck2b.Speck2bModel #
Get the model of the speck2b device on this board.
- Returns:
- get_model_sink_node(self: samna.speck2bTestboard.Speck2bTestboard) samna.DeviceSinkNode_speck2b_event_input_event #
Convenience function to get the model sink node directly
- get_model_source_node(self: samna.speck2bTestboard.Speck2bTestboard) samna.DeviceSourceNode_speck2b_event_output_event #
Convenience function to get the model source node directly
- get_power_module(self: samna.speck2bTestboard.Speck2bTestboard) samna.speck2bTestboard.PowerModule #
- Returns:
A handle to an
PowerModule
object which is useful in debug scenarios.
- get_power_monitor(self: samna.speck2bTestboard.Speck2bTestboard) samna.boards.common.power.PowerMonitor #
- Returns:
A handle to an
PowerMonitor
object which is used to read power.
- get_reader_writer(self: samna.speck2bTestboard.Speck2bTestboard) unifirm::UnifirmReaderWriter #
- get_stop_watch(self: samna.speck2bTestboard.Speck2bTestboard) samna.unifirm.timestamp.StopWatch #
Get a stopwatch object to control timestamp in events, for debug purpose. See
StopWatch
- read_write(self: samna.speck2bTestboard.Speck2bTestboard) None #
- reset_board_hard(self: samna.speck2bTestboard.Speck2bTestboard) None #
Hard reset of the board and all it’s components, the board is re-initialized after it returns.
- set_ignore_timestamps_value(self: samna.speck2bTestboard.Speck2bTestboard, arg0: bool) None #
An individual function to set whether to ignore the timestamper. For debug purpose.
- Parameters:
enable (boolean) – enable or disable.
- set_timestamper_enable(self: samna.speck2bTestboard.Speck2bTestboard, arg0: bool) None #
Enable or disable the timestamper, everytime it starts the timerstamper will start from zero.
- Parameters:
enable (boolean) – enable or disable.
- start_reader_writer(self: samna.speck2bTestboard.Speck2bTestboard) None #
- stop_reader_writer(self: samna.speck2bTestboard.Speck2bTestboard) None #