Photodiode

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

Bases: Diode

Circuit symbol for a photodiode.

Attributes

Photodiode.animate

Used to animate the application of any method of self.

Photodiode.animation_overrides

Photodiode.anode

Return the anode (positive terminal) of the diode.

Photodiode.cathode

Return the cathode (negative terminal) of the diode.

Photodiode.color

Photodiode.depth

The depth of the mobject.

Photodiode.fill_color

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

Photodiode.height

The height of the mobject.

Photodiode.left

Return the left-hand terminal of the component.

Photodiode.n_points_per_curve

Photodiode.negative

Return the negative terminal of the diode.

Photodiode.positive

Return the positive terminal of the diode.

Photodiode.right

Return the right-hand terminal of the component.

Photodiode.sheen_factor

Photodiode.stroke_color

Photodiode.terminals

The list of terminals of the component.

Photodiode.width

The width of the mobject.