Transistor

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

Example

Typescript
Copy

Fields

NameTypeDescription
typeReadonly<string>The type of this object, represented by the string literal "transistor".
pnpbooleanIf true, element is a PNP transistor type. Otherwise, NPN.
leakagenumber(A) Current due to the minority charge carriers, flowing in the transistor. Ideally this would be 0.
betanumberThe factor by which current is amplified by the transistor, or the ratio between the collector current, Ic (A) and the base current, Ib (A).
map_base_to_terminal_uidReadonly<string>The terminal ID corresponding to the transistor's base terminal.
map_emitter_to_terminal_uidReadonly<string>The terminal ID corresponding to the transistor's emitter terminal.
map_collector_terminal_uidReadonly<string>The terminal ID corresponding to the transistor's collector terminal.
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard