WOLFRAM SYSTEM MODELER

RampVoltage

Ramp voltage source

Diagram

Wolfram Language

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

Information

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

This voltage source uses the corresponding signal source of the Modelica.Blocks.Sources package. Care for the meaning of the parameters in the Blocks package. Furthermore, an offset parameter is introduced, which is added to the value calculated by the blocks source. The startTime parameter allows to shift the blocks source behavior on the time axis.

RampVoltage.png

Parameters (4)

offset

Value: 0

Type: Voltage (V)

Description: Voltage offset

startTime

Value: 0

Type: Time (s)

Description: Time offset

V

Value:

Type: Voltage (V)

Description: Height of ramp

duration

Value:

Type: Time (s)

Description: Duration of ramp

Connectors (2)

p

Type: PositivePin

Description: Positive electrical pin

n

Type: NegativePin

Description: Negative electrical pin

Components (1)

signalSource

Type: Ramp

Description: Generate ramp signal

Used in Examples (7)

DifferenceAmplifier

Modelica.Electrical.Analog.Examples

Simple NPN transistor amplifier circuit

HeatingMOSInverter

Modelica.Electrical.Analog.Examples

Heating MOS Inverter

HeatingNPN_NORGate

Modelica.Electrical.Analog.Examples

Heating NPN NOR Gate

HeatingPNP_NORGate

Modelica.Electrical.Analog.Examples

Heating PNP NOR Gate

NandGate

Modelica.Electrical.Analog.Examples

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

SMEE_DOL

Modelica.Electrical.Machines.Examples.SynchronousMachines

Test example: ElectricalExcitedSynchronousMachine starting direct on line

SMEE_DOL

Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SynchronousMachines

ElectricalExcitedSynchronousMachine starting direct on line

Revisions

  • 1998 by Christoph Clauss
    initially implemented