This interface extends the corresponding energy model interface. It requires implementations to describe energy consumption and energy generation with current [A], and storage capacity with charge [C] and output voltage [V]. The Cc is an abbreviation that is used for charge and current based interfaces.
See also: ICcEnergyConsumer, ICcEnergyGenerator, ICcEnergySink, ICcEnergyStorage, ICcEnergyManagement
Author: Levente Meszaros
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Name | Type | Description |
---|---|---|
IEnergySource | module interface |
The energy source models provide energy for multiple energy consumers. |
Name | Type | Description |
---|---|---|
ICcEnergyStorage | module interface |
This interface extends the corresponding energy model interface. It requires implementations to describe energy consumption and energy generation with current [A], and storage capacity with charge [C] and output voltage [V]. The Cc is an abbreviation that is used for charge and current based interfaces. |
Name | Value | Description |
---|---|---|
display | i=block/plug |
Name | Type | Unit |
---|---|---|
currentConsumptionChanged | double |
// // This interface extends the corresponding energy model interface. It requires // implementations to describe energy consumption and energy generation with // current [A], and storage capacity with charge [C] and output voltage [V]. // The Cc is an abbreviation that is used for charge and current based interfaces. // // @see ~ICcEnergyConsumer, ~ICcEnergyGenerator, ~ICcEnergySink, ~ICcEnergyStorage, ~ICcEnergyManagement // @author Levente Meszaros // moduleinterface ICcEnergySource extends IEnergySource { parameters: @display("i=block/plug"); @signal[currentConsumptionChanged](type=double); }