WOLFRAM SYSTEM MODELER

SignalVoltage

Generic voltage source using the input signal as source voltage

Wolfram Language

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

Information

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

The signal voltage source is a parameterless converter of real valued signals into a the source voltage. No further effects are modeled. The real valued signal has to be provided by components of the blocks library. It can be regarded as the "Opposite" of a voltage sensor.

Connectors (3)

p

Type: PositivePin

Description: Positive pin of an electrical component

n

Type: NegativePin

Description: Negative pin of an electrical component

v

Type: RealInput

Description: Voltage between pin p and n (= p.v - n.v) as input signal

Used in Examples (8)

SMEE_LoadDump

Modelica.Electrical.Machines.Examples.SynchronousMachines

Test example: ElectricalExcitedSynchronousMachine with voltage controller

SMEE_Rectifier

Modelica.Electrical.Machines.Examples.SynchronousMachines

Test example: ElectricalExcitedSynchronousMachine with rectifier

DCPM_Start

Modelica.Electrical.Machines.Examples.DCMachines

Test example: DC with permanent magnet starting with voltage ramp

DCPM_CurrentControlled

Modelica.Electrical.Machines.Examples.DCMachines

Test example: DC with permanent magnet starting with current controller

DCEE_Start

Modelica.Electrical.Machines.Examples.DCMachines

Test example: DC with electrical excitation starting with voltage ramp

DCPM_withLosses

Modelica.Electrical.Machines.Examples.DCMachines

Test example: Investigate influence of losses on DCPM motor performance

SMEE_LoadDump

Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SynchronousMachines

Test example: ElectricalExcitedSynchronousMachine with voltage controller

SMEE_Rectifier

Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SynchronousMachines

Test example: ElectricalExcitedSynchronousMachine with rectifier

Used in Components (5)

DirectInductor

Modelica.Electrical.Analog.Examples.Utilities

Input/output block of a direct inductor model

BaseCellStack

Modelica.Electrical.Batteries.BaseClasses

Battery with open-circuit voltage dependent on state of charge, self-discharge and inner resistance

IdealDcDc

Modelica.Electrical.Machines.Examples.ControlledDCDrives.Utilities

Ideal DC-DC inverter

SignalVoltage

Modelica.Electrical.Polyphase.Sources

Polyphase signal voltage source

Motor

Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Utilities

Motor model including current controller of r3 motors

Revisions

  • 1998 by Martin Otter
    initially implemented