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