MOSFET

The object that describes how to configure a MOSFET primitive.

Example

Typescript
Copy

Fields

NameTypeDescription
typeReadonly<string>The type of this object, represented by the string literal "opAmp".
thresholdReadonly<number>Defines the voltage at the gate terminal at which the MOSFET begins to conduct.
pnpReadonly<boolean>If true, then PNP. Otherwise, NPN.
betaReadonly<number>The amplification factor.
map_input_one_to_terminal_uidReadonly<string>The terminal ID corresponding to the MOSFET's gate terminal.
map_input_two_to_terminal_uidReadonly<string>The terminal ID corresponding to the MOSFET's drain terminal.
map_output_to_terminal_uidReadonly<string>The terminal ID corresponding to the MOSFET's source terminal.
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
On This Page
MOSFETExampleFields