QuadrupleCell

class manim_eng.components.cells.QuadrupleCell(voltage: str | None = None, **kwargs: Any)

Bases: Cells

Circuit 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.animate

Used to animate the application of any method of self.

QuadrupleCell.animation_overrides

QuadrupleCell.anode

Return the anode (positive terminal) of the source.

QuadrupleCell.cathode

Return the cathode (negative terminal) of the source.

QuadrupleCell.color

QuadrupleCell.depth

The depth of the mobject.

QuadrupleCell.fill_color

If there are multiple colors (for gradient) this returns the first one

QuadrupleCell.height

The height of the mobject.

QuadrupleCell.left

Return the left-hand terminal of the component.

QuadrupleCell.n_points_per_curve

QuadrupleCell.negative

Return the negative (left-hand) terminal of the source.

QuadrupleCell.positive

Return the positive (right-hand) terminal of the source.

QuadrupleCell.right

Return the right-hand terminal of the component.

QuadrupleCell.sheen_factor

QuadrupleCell.stroke_color

QuadrupleCell.terminals

The list of terminals of the component.

QuadrupleCell.width

The width of the mobject.