Diode

The object that describes how to configure a diode simulation primitive.

Example

Typescript
Copy

Fields

NameTypeDescription
typeReadonly<string>The type of this object, represented by the string literal "diode".
saturationCurrentnumber(A) The current that flows in the reverse direction when the voltage drop (Vd) across the diode is negative.
seriesResistancenumber(Ω) The internal resistance of the diode.
emissionCoefficientnumberAlso known as the 'ideality factor'. Typically varies from 1 to 2, where 1 represents an 'ideal' diode.
breakdownVoltagenumber(V) The largest reverse voltage that can be applied without causing an exponential increase in the saturation current of the diode.
map_input_to_terminal_uidReadonly<string>The terminal ID corresponding to the diode's input.
map_output_to_terminal_uidReadonly<string>The terminal ID corresponding to the diode's output.
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
On This Page
DiodeExampleFields