Public Member Functions | |
| def | add_conductor (self, conductor, spot, layer) |
| def | add_chip (self, chip, spot) |
| def | __repr__ (self) |
Public Member Functions inherited from Base | |
| virtual std::string | who () const |
| virtual | ~Base () noexcept=default |
Static Public Attributes | |
| id = Column(Integer, primary_key=True) | |
| wibs | |
| wib_links | |
| faces | |
| face_links | |
| conductors | |
| conductor_links | |
| chips | |
| chip_links | |
Static Private Attributes | |
| string | __tablename__ = "boards" |
An (electronics wire) board sits on top (or bottom) of an APA frame and holds 8 pairs of FE/ADC ASIC chips and connects to three rows of 40, 40 and 48 conductors.
| def wirecell.util.wires.db.Board.add_chip | ( | self, | |
| chip, | |||
| spot | |||
| ) |
| def wirecell.util.wires.db.Board.add_conductor | ( | self, | |
| conductor, | |||
| spot, | |||
| layer | |||
| ) |
|
staticprivate |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
1.8.11