samna.fxtree#
Submodules#
Module content#
- class samna.fxtree.BoardInfo#
Bases:
pybind11_object
It is a struct contains infomation about the board that are supported by Samna.
- property board_serial_num#
The board serial number
- from_json(self: samna.fxtree.BoardInfo, arg0: str) None #
- to_json(self: samna.fxtree.BoardInfo) str #
- class samna.fxtree.DaughterBoardInfo#
Bases:
pybind11_object
It is a struct contains infomation about a daughter board that are supported by Samna.
- property board_id#
Represent the type of the daughter board.
- property board_index#
Represent the index of the daughter board. It tells which daughter board the info comes from
- property board_serial_num#
The board serial number.
- property chip_id#
The chip id.
- property chip_serial_num#
The chip serial number.
- from_json(self: samna.fxtree.DaughterBoardInfo, arg0: str) None #
- to_json(self: samna.fxtree.DaughterBoardInfo) str #