RampInput

Generate ramp signal of real input

Diagram

Information

This information is part of the Business Simulation Library (BSL). Please support this work and ► donate.

The Real output y is a ramp signal → Modelica.Blocks.Sources.Ramp.

Notes

If parameter duration is set to zero, the output will be a step signal.

See also

ConstantInput, StepInput, PulseInputSineInput

Parameters (4)

offset

Value: 0

Type: OutputType

Description: Offset of output signal y

startTime

Value: 0

Type: Time (s)

Description: Output y = offset for time < startTime

height

Value: 1

Type: OutputType

Description: Height of ramp

duration

Value: 1

Type: Time (s)

Description: Duration of ramp (0 gives step)

Connectors (1)

y

Type: RealOutput

Description: Output signal

Components (1)

ramp

Type: Ramp

Description: Generate ramp signal

Used in Examples (4)

SimpleProductionChain

BusinessSimulation.Examples

A first example

SimpleProductionChainII

BusinessSimulation.Examples

Extending the first example to include replacement purchases

ManagingEmployment

BusinessSimulation.Examples

Human resource planning

LookupFunctions

BusinessSimulation.Examples

Showcase of lookup-functions

Used in Components (2)

InputControl

BusinessSimulation.CausalLoop

Directly set information using a ramp input profile

Control

BusinessSimulation.Interfaces.PartialCLD

Partial model for control in CLD+ modeling