diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2018-08-13 23:45:31 +0200 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2018-08-13 23:45:31 +0200 |
commit | ac8f9cb58ae0176ec4740c28b0d9eecf2c1f806b (patch) | |
tree | e92f525ff07079df640254c97f5bfcdce5a04f53 /comlynx.py | |
parent | 1e61d28214d9ba30bb947c118756346d8bc9d04b (diff) | |
download | pycomlynx-ac8f9cb58ae0176ec4740c28b0d9eecf2c1f806b.tar.gz pycomlynx-ac8f9cb58ae0176ec4740c28b0d9eecf2c1f806b.zip |
define 'Total Energy Production' ULX parameter
Diffstat (limited to 'comlynx.py')
-rw-r--r-- | comlynx.py | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -329,6 +329,10 @@ class Parameters: RawInstantEnergyProduction2 = [0x01, 0x01, 0x02] RawInstantEnergyProduction3 = [0x01, 0x01, 0x03] RawInstantEnergyProduction4 = [0x01, 0x01, 0x04] + TotalEnergyProduction1 = [0x01, 0x02, 0x01] + TotalEnergyProduction2 = [0x01, 0x02, 0x02] + TotalEnergyProduction3 = [0x01, 0x02, 0x03] + TotalEnergyProduction4 = [0x01, 0x02, 0x04] # Smoothed measured values SmoothedInstantEnergyProduction = [0x02, 0x01, 0xd] GridVoltage = [0x02, 0x14, 0xd] |