ZenerDiode

class manim_eng.components.diodes.ZenerDiode(left: Terminal | None = None, right: Terminal | None = None, **kwargs: Any)

Bases: Diode

Circuit symbol for a Zener diode.

Attributes

ZenerDiode.animate

Used to animate the application of any method of self.

ZenerDiode.animation_overrides

ZenerDiode.anode

Return the anode (positive terminal) of the diode.

ZenerDiode.cathode

Return the cathode (negative terminal) of the diode.

ZenerDiode.color

ZenerDiode.depth

The depth of the mobject.

ZenerDiode.fill_color

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

ZenerDiode.height

The height of the mobject.

ZenerDiode.left

Return the left-hand terminal of the component.

ZenerDiode.n_points_per_curve

ZenerDiode.negative

Return the negative terminal of the diode.

ZenerDiode.positive

Return the positive terminal of the diode.

ZenerDiode.right

Return the right-hand terminal of the component.

ZenerDiode.sheen_factor

ZenerDiode.stroke_color

ZenerDiode.terminals

The list of terminals of the component.

ZenerDiode.width

The width of the mobject.