pqopen-lib 0.7.7__py3-none-any.whl → 0.7.8__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pqopen/powersystem.py +3 -1
- {pqopen_lib-0.7.7.dist-info → pqopen_lib-0.7.8.dist-info}/METADATA +1 -1
- {pqopen_lib-0.7.7.dist-info → pqopen_lib-0.7.8.dist-info}/RECORD +5 -5
- {pqopen_lib-0.7.7.dist-info → pqopen_lib-0.7.8.dist-info}/WHEEL +0 -0
- {pqopen_lib-0.7.7.dist-info → pqopen_lib-0.7.8.dist-info}/licenses/LICENSE +0 -0
pqopen/powersystem.py
CHANGED
|
@@ -653,7 +653,6 @@ class PowerPhase(object):
|
|
|
653
653
|
self._calc_channels["half_period"]["voltage"]["trms"] = DataChannelBuffer('U{:s}_hp_rms'.format(self.name), agg_type='rms', unit="V")
|
|
654
654
|
self._calc_channels["one_period"]["voltage"]["trms"] = DataChannelBuffer('U{:s}_1p_rms'.format(self.name), agg_type='rms', unit="V")
|
|
655
655
|
self._calc_channels["one_period"]["voltage"]["slope"] = DataChannelBuffer('U{:s}_1p_slope'.format(self.name), agg_type='max', unit="V/s")
|
|
656
|
-
self._calc_channels["one_period"]["voltage"]["fund_rms"] = DataChannelBuffer('U{:s}_1p_H1_rms'.format(self.name), agg_type='rms', unit="V")
|
|
657
656
|
self._calc_channels["one_period_ovlp"]["voltage"]["trms"] = DataChannelBuffer('U{:s}_1p_hp_rms'.format(self.name), agg_type='rms', unit="V")
|
|
658
657
|
self._calc_channels["multi_period"]["voltage"]["trms"] = DataChannelBuffer('U{:s}_rms'.format(self.name), agg_type='rms', unit="V")
|
|
659
658
|
|
|
@@ -678,6 +677,9 @@ class PowerPhase(object):
|
|
|
678
677
|
self._calc_channels["one_period"]["voltage"]["msv_mag"] = DataChannelBuffer('U{:s}_1p_msv'.format(self.name), agg_type='max', unit="V")
|
|
679
678
|
self._calc_channels["one_period"]["voltage"]["msv_bit"] = DataChannelBuffer('U{:s}_msv_bit'.format(self.name), unit="")
|
|
680
679
|
|
|
680
|
+
if "one_period_fundamental" in features and features["one_period_fundamental"]:
|
|
681
|
+
self._calc_channels["one_period"]["voltage"]["fund_rms"] = DataChannelBuffer('U{:s}_1p_H1_rms'.format(self.name), agg_type='rms', unit="V")
|
|
682
|
+
|
|
681
683
|
# Create Current Channels
|
|
682
684
|
if self._i_channel:
|
|
683
685
|
self._calc_channels["one_period"]["current"] = {}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pqopen-lib
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.8
|
|
4
4
|
Summary: A power quality processing library for calculating parameters from waveform data
|
|
5
5
|
Project-URL: Homepage, https://github.com/DaqOpen/pqopen-lib
|
|
6
6
|
Project-URL: Issues, https://github.com/DaqOpen/pqopen-lib/issues
|
|
@@ -3,10 +3,10 @@ pqopen/eventdetector.py,sha256=NKZU7GbeorZdkYu3ET4lhMaeynw70GhIGO2p1xH4aTA,11962
|
|
|
3
3
|
pqopen/goertzel.py,sha256=JhehuEj-xNnwQEh4Ti8dXiGvfDmxbdEoaxIsFswZNcM,2008
|
|
4
4
|
pqopen/helper.py,sha256=bM_wDck5OfeEy96U_2FjCwZuLZRPYyKVeiYD3-vzP6M,1761
|
|
5
5
|
pqopen/powerquality.py,sha256=Qwyaj7BQqQPRivei140mv-Leh6u9uIQzViKLOY7bHyw,17877
|
|
6
|
-
pqopen/powersystem.py,sha256=
|
|
6
|
+
pqopen/powersystem.py,sha256=t_IXWTOKbdDa-JnWsibbT-H7Wb4vbv1W-n5QvBgZRhU,41752
|
|
7
7
|
pqopen/storagecontroller.py,sha256=AhVaPgIh4CBKKMJm9Ja0dOjVd4dLppWprxeeg3vrmAk,31266
|
|
8
8
|
pqopen/zcd.py,sha256=ueq-a59gOFFeIUzI61vO4G5sSuBDAm30Y_FfGgwDPV0,5704
|
|
9
|
-
pqopen_lib-0.7.
|
|
10
|
-
pqopen_lib-0.7.
|
|
11
|
-
pqopen_lib-0.7.
|
|
12
|
-
pqopen_lib-0.7.
|
|
9
|
+
pqopen_lib-0.7.8.dist-info/METADATA,sha256=9xZCEZLIn2OHXRpwyaRwwE5w33xIkhbXVMQ00-Nu-3c,4780
|
|
10
|
+
pqopen_lib-0.7.8.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
11
|
+
pqopen_lib-0.7.8.dist-info/licenses/LICENSE,sha256=yhYwu9dioytbAvNQa0UBwaBVcALqiOoBViEs4HLW6aU,1064
|
|
12
|
+
pqopen_lib-0.7.8.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|