TimedSourcePartial class for flow port with timing |
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.
hasRateOutput |
Value: false Type: Boolean Description: = true, if the rate is reported via real output connectors |
---|---|
tc |
Value: TimingChoices.permanent Type: TimingChoices Description: Select whether contoll is permanent or timed |
onTime |
Value: modelSettings.modelStartTime Type: Time (s) Description: Time for component to become effective |
offTime |
Value: modelSettings.modelTimeHorizon Type: Time (s) Description: Time for component to become ineffective |
flowPort |
Type: FlowPort Description: Used to represent stock and flow connections |
|
---|---|---|
y |
Type: RealOutput Description: Output of current rate of flow |
|
y1 |
Type: RealOutput Description: Output of current rate of flow |
modelSettings |
Type: ModelSettings Description: Setting important global variables within a model |
|
---|---|---|
onOff |
Type: PulseInput Description: Generate pulse or pulse-train signal of real input |
|
permanent |
Type: ConstantConverter Description: A constant value is turned into a constant signal |
BusinessSimulation.Interfaces.PartialCLD Partial source or sink for causal loop diagramming |
|
BusinessSimulation.Interfaces.PartialCLD Partial model for control in CLD+ modeling |