modelInverter
Simple inverter circuit
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
An inverter is an electrical circuit that consists of a PMOS and a NMOS transistor. Its task is to turn the input voltage from high potential to low potential or the other way round.
Simulate until 1e-11 s. Display the input voltage vin.p.v as well as the output voltage mp.S.v. It shows that the input voltage is inverted.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Semiconductors.M_PMOS | mp | ||
| Semiconductors.M_NMOS | mn | ||
| Basic.Ground | ground | ||
| Sources.V_pulse | vin | ||
| Sources.V_pulse | v |
Revisions
- March 2009 by Kristin Majetta initially implemented