Public Member Functions | |
| def | add_wire (self, wire, segment) |
| 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) | |
| boards | |
| board_links | |
| wires | |
| wire_links | |
| channel_id = Column(Integer, ForeignKey('channels.id')) | |
| channel = relationship('Channel', back_populates='conductor') | |
Static Private Attributes | |
| string | __tablename__ = "conductors" |
A conductor is a length of wire segments connecting to a board at a given position indicated by plane and spot .
| def wirecell.util.wires.db.Conductor.add_wire | ( | self, | |
| wire, | |||
| segment | |||
| ) |
|
staticprivate |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
1.8.11