modelTimedSource
Partial class for flow port with timing
Extends from FlowPort (Single flow port with optional flow reporting).
Information
This information is part of the Business Simulation Library (BSL). Please support this work and ► donate.
A single flow port with two output connectors (optional) and parameters and converters to enable on-off-control (timing) for the flow.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Structural Parameters | |||
| Boolean | hasRateOutput (from FlowPort) | false | = true, if the rate is reported via real output connectors |
| Timing | |||
| TimingChoices | tc | TimingChoices.permanent | Select whether contoll is permanent or timed |
| Time | onTime | modelSettings.modelStartTime | Time for component to become effective |
| Time | offTime | modelSettings.modelTimeHorizon | Time for component to become ineffective |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| FlowPort | flowPort (from FlowPort) | Used to represent stock and flow connections |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| RealOutput | y (from FlowPort) | Output of current rate of flow | |
| RealOutput | y1 (from FlowPort) | Output of current rate of flow | |
| ModelSettings | modelSettings |
Contents
| Name | Description |
|---|---|
| TimingChoices |
Revisions
- Introduced in v2.1.0.