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

TypeNameDefaultDescription
Semiconductors.M_PMOSmp
Semiconductors.M_NMOSmn
Basic.Groundground
Sources.V_pulsevin
Sources.V_pulsev

Revisions

  • March 2009 by Kristin Majetta initially implemented