SchottkyDiode

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

Bases: Diode

Circuit symbol for a Schottky diode.

Attributes

SchottkyDiode.animate

Used to animate the application of any method of self.

SchottkyDiode.animation_overrides

SchottkyDiode.anode

Return the anode (positive terminal) of the diode.

SchottkyDiode.cathode

Return the cathode (negative terminal) of the diode.

SchottkyDiode.color

SchottkyDiode.depth

The depth of the mobject.

SchottkyDiode.fill_color

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

SchottkyDiode.height

The height of the mobject.

SchottkyDiode.left

Return the left-hand terminal of the component.

SchottkyDiode.n_points_per_curve

SchottkyDiode.negative

Return the negative terminal of the diode.

SchottkyDiode.positive

Return the positive terminal of the diode.

SchottkyDiode.right

Return the right-hand terminal of the component.

SchottkyDiode.sheen_factor

SchottkyDiode.stroke_color

SchottkyDiode.terminals

The list of terminals of the component.

SchottkyDiode.width

The width of the mobject.