TripleCell

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

Bases: Cells

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

Used to animate the application of any method of self.

TripleCell.animation_overrides

TripleCell.anode

Return the anode (positive terminal) of the source.

TripleCell.cathode

Return the cathode (negative terminal) of the source.

TripleCell.color

TripleCell.depth

The depth of the mobject.

TripleCell.fill_color

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

TripleCell.height

The height of the mobject.

TripleCell.left

Return the left-hand terminal of the component.

TripleCell.n_points_per_curve

TripleCell.negative

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

TripleCell.positive

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

TripleCell.right

Return the right-hand terminal of the component.

TripleCell.sheen_factor

TripleCell.stroke_color

TripleCell.terminals

The list of terminals of the component.

TripleCell.width

The width of the mobject.