WOLFRAM SYSTEM MODELER

Pin

Pin of an electrical component

Wolfram Language

In[1]:=
SystemModel["Modelica.Electrical.Analog.Interfaces.Pin"]
Out[1]:=

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

Pin is the basic electric connector. It includes the voltage which consists between the pin and the ground node. The ground node is the node of (any) ground device (Modelica.Electrical.Basic.Ground). Furthermore, the pin includes the current, which is considered to be positive if it is flowing at the pin into the device.

Connector Variables (1)

v

Causality: None

Type: ElectricPotential (V)

Description: Potential at the pin

Flow Variables (1)

i

Type: Current (A)

Description: Current flowing into the pin

Used in Components (16)

Nand

Modelica.Electrical.Analog.Examples.Utilities

CMOS NAND Gate (see Tietze/Schenk, page 157)

RealSwitch

Modelica.Electrical.Analog.Examples.Utilities

Ideal switch with resistance

Transistor

Modelica.Electrical.Analog.Examples.Utilities

Transistor with resistance an capacitance

Ground

Modelica.Electrical.Analog.Basic

Ground node

ControlledIdealTwoWaySwitch

Modelica.Electrical.Analog.Ideal

Controlled ideal two-way switch

ControlledIdealIntermediateSwitch

Modelica.Electrical.Analog.Ideal

Controlled ideal intermediate switch

ControlledIdealOpeningSwitch

Modelica.Electrical.Analog.Ideal

Controlled ideal electrical opener

ControlledIdealClosingSwitch

Modelica.Electrical.Analog.Ideal

Controlled ideal electrical closer

ControlledOpenerWithArc

Modelica.Electrical.Analog.Ideal

Controlled ideal electrical opener with simple arc model

ControlledCloserWithArc

Modelica.Electrical.Analog.Ideal

Controlled ideal electrical closer with simple arc model

OLine

Modelica.Electrical.Analog.Lines

Lossy Transmission Line

ULine

Modelica.Electrical.Analog.Lines

Lossy RC Line

NMOS

Modelica.Electrical.Analog.Semiconductors

Simple NMOS transistor with heating port

PMOS

Modelica.Electrical.Analog.Semiconductors

Simple PMOS transistor with heating port

NPN

Modelica.Electrical.Analog.Semiconductors

Simple NPN BJT according to Ebers-Moll with heating port

PNP

Modelica.Electrical.Analog.Semiconductors

Simple PNP BJT according to Ebers-Moll with heating port

Revisions

  • 1998 by Christoph Clauss
    initially implemented