Class to manipulate Multi MPPT Model registers.
More...
#include <MultiMpptModel.h>
|
template<typename T > |
bool | GetRegister (T &res, const uint16_t ®_addr, const uint16_t &size) |
|
bool | SetRegister (const uint16_t &value, const uint16_t ®_addr) |
|
std::string | ErrorMessage |
|
Class to manipulate Multi MPPT Model registers.
- Author
- Alexander Pohl alex@.nosp@m.ahpo.nosp@m.hl.co.nosp@m.m
bool MultiMpptModel::GetDcCurrent |
( |
double & |
res, |
|
|
const int |
string_id = 1 |
|
) |
| |
DC current
- Parameters
-
res | DC current [A] |
string_id | string 1 (default) or string 2 |
bool MultiMpptModel::GetDcEnergyLifetime |
( |
double & |
res, |
|
|
const int |
string_id = 1 |
|
) |
| |
DC lifetime energy
- Parameters
-
res | DC energy [kWh] |
string_id | string 1 (default) or string 2 |
bool MultiMpptModel::GetDcPower |
( |
double & |
res, |
|
|
const int |
string_id = 1 |
|
) |
| |
DC power
- Parameters
-
res | DC power [W] |
string_id | string 1 (default) or string 2 |
bool MultiMpptModel::GetDcVoltage |
( |
double & |
res, |
|
|
const int |
string_id = 1 |
|
) |
| |
DC voltage
- Parameters
-
res | DC voltage [V] |
string_id | string 1 (default) or string 2 |
bool MultiMpptModel::IsMultiMpptRegisterMap |
( |
void |
| ) |
|
Checks if device has a SunSpec Multi MPPT register map
The documentation for this class was generated from the following files: