WOLFRAM SYSTEM MODELER

ControlledIdealOpeningSwitch

Controlled ideal electrical opener

Wolfram Language

In[1]:=
SystemModel["Modelica.Electrical.Analog.Ideal.ControlledIdealOpeningSwitch"]
Out[1]:=

Information

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

The switching behaviour of the controlled ideal opening switch is controlled by the control pin: off = control.v > level
For further details, see partial model IdealSwitch.

Parameters (5)

useHeatPort

Value: false

Type: Boolean

Description: = true, if heatPort is enabled

T

Value: 293.15

Type: Temperature (K)

Description: Fixed device temperature if useHeatPort = false

Ron

Value: 1e-5

Type: Resistance (Ω)

Description: Closed switch resistance

Goff

Value: 1e-5

Type: Conductance (S)

Description: Opened switch conductance

level

Value: 0.5

Type: Voltage (V)

Description: Switch level

Connectors (4)

p

Type: PositivePin

Description: Positive electrical pin

n

Type: NegativePin

Description: Negative electrical pin

heatPort

Type: HeatPort_a

Description: Conditional heat port

control

Type: Pin

Description: Control pin: control.v > level switch open, otherwise p--n connected

Revisions

  • February 7, 2016 by Anton Haumer
    extending from partial IdealSwitch
  • March 11, 2009 by Christoph Clauss
    conditional heat port added
  • 1998 by Christoph Clauss
    initially implemented