This information is part of the Business Simulation Library (BSL). Please support this work and ► donate.
This package contains sources that provide continuous information (signals). Next to a ConstantInput there are typical test inputs (StepInput, RampInput, PulseInput, SineInput), inputs of time (TimeInput, ConvertedTimeInput), and interpolation tables (LinearTimeTable, ExogenousData).
Copyright © 2020 Guido Wolf Reichert
Licensed under the EUPL-1.2 or later
| Name | Description |
|---|---|
| ConstantInput | Input signal with constant value |
| ConstantInputRate | Input signal with constant rate information |
| ConstantInputTime | Input signal with constant time information |
| ExogenousData | Reading external data from a file using Modelica's CombiTimeTable format (MCTT) |
| LinearTimeTable | Generate a (possibly discontinuous) signal by linear interpolation in a table of (time,value) pairs |
| PulseInput | Generate pulse or pulse-train signal of real input |
| RampInput | Generate ramp signal of real input |
| SineInput | Generate sine wave as input signal |
| StepInput | Generate a step signal of real input |
| TimeInput | Clock to provide time-signal |
| TimeInputConverted | Clock to provide time-signal in a different time base |