TunnelDiode

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

Bases: Diode

Circuit symbol for a tunnel diode.

Attributes

TunnelDiode.animate

Used to animate the application of any method of self.

TunnelDiode.animation_overrides

TunnelDiode.anode

Return the anode (positive terminal) of the diode.

TunnelDiode.cathode

Return the cathode (negative terminal) of the diode.

TunnelDiode.color

TunnelDiode.depth

The depth of the mobject.

TunnelDiode.fill_color

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

TunnelDiode.height

The height of the mobject.

TunnelDiode.left

Return the left-hand terminal of the component.

TunnelDiode.n_points_per_curve

TunnelDiode.negative

Return the negative terminal of the diode.

TunnelDiode.positive

Return the positive terminal of the diode.

TunnelDiode.right

Return the right-hand terminal of the component.

TunnelDiode.sheen_factor

TunnelDiode.stroke_color

TunnelDiode.terminals

The list of terminals of the component.

TunnelDiode.width

The width of the mobject.