samna.xyloTestBoard#

Submodules#

Module content#

class samna.xyloTestBoard.MeasurementChannels#

Bases: pybind11_object

Members:

Io

Logic

property name#
class samna.xyloTestBoard.XyloTestBoard#

Bases: pybind11_object

Composite object that allows access to all the board features of a xylo testboard.

get_firmware_versions(self: samna.xyloTestBoard.XyloTestBoard) samna.boards.common.FirmwareVersions#

Get the Fxtree and Unifirm versions of this board.

get_io_module(self: samna.xyloTestBoard.XyloTestBoard) samna.xyloTestBoard.UnifirmModule#
get_model(self: samna.xyloTestBoard.XyloTestBoard) samna.xylo.XyloModel#
get_model_sink_node(self: samna.xyloTestBoard.XyloTestBoard) samna.DeviceSinkNode_xylo_event_input_event#
get_model_source_node(self: samna.xyloTestBoard.XyloTestBoard) samna.DeviceSourceNode_xylo_event_output_event#
get_power_monitor(self: samna.xyloTestBoard.XyloTestBoard) samna.boards.common.power.PowerMonitor#
Returns:

A handle to an PowerMonitor object which is used to read power.

reset_board_hard(self: samna.xyloTestBoard.XyloTestBoard) None#