WOLFRAM SYSTEM MODELER

Gyrator

Gyrator

Wolfram Language

In[1]:=
SystemModel["Modelica.Electrical.Analog.Basic.Gyrator"]
Out[1]:=

Information

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

A gyrator is a two-port element defined by the following equations:

i1 =  G2 * v2
i2 = -G1 * v1

where the constants G1, G2 are called the gyration conductance.

Parameters (2)

G1

Value:

Type: Conductance (S)

Description: Primary gyration conductance

G2

Value:

Type: Conductance (S)

Description: Secondary gyration conductance

Connectors (4)

p1

Type: PositivePin

Description: Positive electrical pin of port 1

n1

Type: NegativePin

Description: Negative electrical pin of port 1

p2

Type: PositivePin

Description: Positive electrical pin of port 2

n2

Type: NegativePin

Description: Negative electrical pin of port 2

Revisions

  • 1998 by Christoph Clauss
    initially implemented