samna.speck2bDevKit#
Submodules#
Module content#
- class samna.speck2bDevKit.MeasurementChannels#
Bases:
pybind11_object
Members:
Io
Ram
Logic
PixelDigital
PixelAnalog
- property name#
- class samna.speck2bDevKit.Speck2bDevKit#
Bases:
pybind11_object
Composite object that allows access to all the board features of a speck2b devkit.
- get_firmware_versions(self: samna.speck2bDevKit.Speck2bDevKit) samna.boards.common.FirmwareVersions #
Get the Fxtree and Unifirm versions of this board.
- get_io_module(self: samna.speck2bDevKit.Speck2bDevKit) samna.speck2bDevKit.UnifirmModule #
- Returns:
A handle to the unifirm IO module. Useful in debug scenarios.
- get_model(self: samna.speck2bDevKit.Speck2bDevKit) samna.speck2b.Speck2bModel #
Get the model of the speck2b device on this board.
- Returns:
- get_model_sink_node(self: samna.speck2bDevKit.Speck2bDevKit) samna.DeviceSinkNode_speck2b_event_input_event #
Convenience function to get the model sink node directly
- get_model_source_node(self: samna.speck2bDevKit.Speck2bDevKit) samna.DeviceSourceNode_speck2b_event_output_event #
Convenience function to get the model source node directly
- get_power_monitor(self: samna.speck2bDevKit.Speck2bDevKit) samna.boards.common.power.PowerMonitor #
- Returns:
A handle to an
PowerMonitor
object which is used to read power.
- get_reader_writer(self: samna.speck2bDevKit.Speck2bDevKit) unifirm::UnifirmReaderWriter #
- get_stop_watch(self: samna.speck2bDevKit.Speck2bDevKit) samna.unifirm.timestamp.StopWatch #
Get a stopwatch object to control timestamp in events, for debug purpose. See
StopWatch
- read_write(self: samna.speck2bDevKit.Speck2bDevKit) None #
- reset_board_hard(self: samna.speck2bDevKit.Speck2bDevKit) 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.speck2bDevKit.Speck2bDevKit, 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.speck2bDevKit.Speck2bDevKit, 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.speck2bDevKit.Speck2bDevKit) None #
- stop_reader_writer(self: samna.speck2bDevKit.Speck2bDevKit) None #