ZenerDiode¶
- class manim_eng.components.diodes.ZenerDiode(left: Terminal | None = None, right: Terminal | None = None, **kwargs: Any)¶
Bases:
DiodeCircuit symbol for a Zener diode.
Attributes
ZenerDiode.animateUsed to animate the application of any method of
self.ZenerDiode.animation_overridesZenerDiode.anodeReturn the anode (positive terminal) of the diode.
ZenerDiode.cathodeReturn the cathode (negative terminal) of the diode.
ZenerDiode.colorZenerDiode.depthThe depth of the mobject.
ZenerDiode.fill_colorIf there are multiple colors (for gradient) this returns the first one
ZenerDiode.heightThe height of the mobject.
ZenerDiode.leftReturn the left-hand terminal of the component.
ZenerDiode.n_points_per_curveZenerDiode.negativeReturn the negative terminal of the diode.
ZenerDiode.positiveReturn the positive terminal of the diode.
ZenerDiode.rightReturn the right-hand terminal of the component.
ZenerDiode.sheen_factorZenerDiode.stroke_colorZenerDiode.terminalsThe list of terminals of the component.
ZenerDiode.widthThe width of the mobject.