modelInputControl
Directly set information using a ramp input profile
Extends from BusinessSimulation.Interfaces.Basics.OutputTypeChoice (Partial model to set output type).
Information
This information is part of the Business Simulation Library (BSL). Please support this work and ► donate.
InputControl is an InformationSource, whose output y is given by a →RampInput. It can be used to model some kind of intervention that changes an information input, which the component is connected to, from initialInput to finalInput in a linear fashion over a time span set by the parameter duration starting at startTime.
Notes
This component can be used to indicate interventions that set or change rates of processes (using optional input connectors) or goals, i.e., setpoints.
See also
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| OutputType | initialInput | 1.0 | Information input, i.e., the control's output, until the intervention starts |
| OutputType | finalInput | Information input, i.e., the control's output, when the intervention is completed | |
| Time | startTime | modelSettings.modelStartTime | Start time for the intervention |
| Time | duration | 0 | Duration of the intervention |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| RealOutput | y | ||
| ModelSettings | modelSettings |
Revisions
- Introduced in v2.0.0.