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