WOLFRAM SYSTEM MODELER

SupplyVoltage

Supply voltage (positive and negative)

Diagram

Wolfram Language

In[1]:=
SystemModel["Modelica.Electrical.Analog.Sources.SupplyVoltage"]
Out[1]:=

Information

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

This is a simple model of a constant supply voltage with positive and negative supply, the potential between positive and negative supply is accessible.

Parameters (2)

Vps

Value: +15

Type: Voltage (V)

Description: Positive supply

Vns

Value: -15

Type: Voltage (V)

Description: Negative supply

Connectors (3)

pin_p

Type: PositivePin

Description: Positive pin of an electrical component

pin_n

Type: NegativePin

Description: Negative pin of an electrical component

ground

Type: NegativePin

Description: Negative pin of an electrical component

Components (2)

positiveSupply

Type: ConstantVoltage

Description: Source for constant voltage

negativeSupply

Type: ConstantVoltage

Description: Source for constant voltage

Used in Examples (1)

Comparator

Modelica.Electrical.Analog.Examples.OpAmps

Comparator