Interface PrimaryModule
-
- All Known Implementing Classes:
PrimaryModuleImpl
public interface PrimaryModulePrimary module information for the site
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetManufacturerName()Manufacturer of the primary module (invertor)doublegetMaximumPower()Get the max power of the primary modulejava.lang.StringgetModelName()Get the model name of the primary moduledoublegetTemperatureCoef()Get the temperature coefficient of the primary module
-
-
-
Method Detail
-
getManufacturerName
java.lang.String getManufacturerName()
Manufacturer of the primary module (invertor)- Returns:
- {String} manufacturer of primary module
-
getModelName
java.lang.String getModelName()
Get the model name of the primary module- Returns:
- {String} primary module model name
-
getMaximumPower
double getMaximumPower()
Get the max power of the primary module- Returns:
- {double} max power of the primary module in kilowatt hours
-
getTemperatureCoef
double getTemperatureCoef()
Get the temperature coefficient of the primary module- Returns:
- {double} temperature coefficient of the primary module
-
-