@enervance/insight-cim-model 0.0.156 → 0.0.157

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.
@@ -1146,7 +1146,8 @@ class ConverterIntegral7 {
1146
1146
  const stop = true;
1147
1147
  }
1148
1148
  /** SSH */
1149
- const powerData = (0, utils_2.getActiveReactivePower)(i7Data, mf);
1149
+ const powerData = (0, utils_2.getActiveReactivePower2)(i7Data, mf);
1150
+ // const powerDatav2 = getActiveReactivePower2(i7Data, mf);
1150
1151
  load.p = powerData[0];
1151
1152
  load.q = powerData[1];
1152
1153
  /** AMPI7 profile */
@@ -5022,9 +5023,6 @@ class ConverterIntegral7 {
5022
5023
  setConductingEquipmentOperationalLimit(cimModel, name, terminal, physLimit, limit, igrenz) {
5023
5024
  let operationalLimitSet = undefined;
5024
5025
  let operationalLimitTypePatl = undefined;
5025
- if (!terminal) {
5026
- console.log();
5027
- }
5028
5026
  if (limit instanceof CurrentLimit_1.CurrentLimit) {
5029
5027
  //mandatory for aclinesegments and powertransformers
5030
5028
  const ir = physLimit;