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