TripleCell¶
- class manim_eng.components.cells.TripleCell(voltage: str | None = None, **kwargs: Any)¶
Bases:
CellsCircuit symbol for a triple cell.
- Parameters:
voltage (str | None) – Voltage label to set on creation, if desired. Takes a TeX math mode string.
Attributes
TripleCell.animateUsed to animate the application of any method of
self.TripleCell.animation_overridesTripleCell.anodeReturn the anode (positive terminal) of the source.
TripleCell.cathodeReturn the cathode (negative terminal) of the source.
TripleCell.colorTripleCell.depthThe depth of the mobject.
TripleCell.fill_colorIf there are multiple colors (for gradient) this returns the first one
TripleCell.heightThe height of the mobject.
TripleCell.leftReturn the left-hand terminal of the component.
TripleCell.n_points_per_curveTripleCell.negativeReturn the negative (left-hand) terminal of the source.
TripleCell.positiveReturn the positive (right-hand) terminal of the source.
TripleCell.rightReturn the right-hand terminal of the component.
TripleCell.sheen_factorTripleCell.stroke_colorTripleCell.terminalsThe list of terminals of the component.
TripleCell.widthThe width of the mobject.