@enervance/insight-cim-model 0.0.244 → 0.0.246

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.
@@ -2215,6 +2215,9 @@ class ConverterIntegral7 {
2215
2215
  equivalentBranch.key = i7Schluessel;
2216
2216
  const flag_lfl = (0, parser_utils_1.isBooleanI7)(i7Data.flag_lfl) ? (0, parser_utils_1.convertToBooleanI7)(i7Data.flag_lfl) : false;
2217
2217
  const flag_ks = (0, parser_utils_1.isBooleanI7)(i7Data.flag_ks) ? (0, parser_utils_1.convertToBooleanI7)(i7Data.flag_ks) : false;
2218
+ if (equivalentBranch.getUUID() === '4d3708ad-7474-4bae-adc4-f636b64cdfc' || i7Data.guid === '_4d3708ad-7474-4bae-adc4-f636b64cdfcb') {
2219
+ let stop = true;
2220
+ }
2218
2221
  // Topologie
2219
2222
  /** Anfang
2220
2223
  * 3 moegliche Anschluesse
@@ -2223,9 +2226,6 @@ class ConverterIntegral7 {
2223
2226
  * KnotenZw -> Netzschlaufe -> KnotenSo -> Anschlusspunkt */
2224
2227
  this.createBoundaryConnection(frame, equivalentBranch, i7Data.aknoten, PhaseCode_1.PhaseCode.ABC);
2225
2228
  this.createBoundaryConnection(frame, equivalentBranch, i7Data.eknoten, PhaseCode_1.PhaseCode.ABC);
2226
- if (equivalentBranch.getUUID() === '67528dfe-be93-4c44-81db-5708ecd9377e') {
2227
- let stop = true;
2228
- }
2229
2229
  /**EQ */
2230
2230
  if (flag_lfl && !flag_ks) {
2231
2231
  equivalentBranch.r = (0, parser_utils_1.isNumericI7)(i7Data.r12_lfl) ? (0, parser_utils_1.convertToNumberI7)(i7Data.r12_lfl) : 10e9;