@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.
- package/dist/converter/integral7/converter.integral7.js +2 -4
- package/dist/converter/integral7/converter.integral7.js.map +1 -1
- package/dist/converter/integral7/utils.d.ts +1 -0
- package/dist/converter/integral7/utils.js +143 -2
- package/dist/converter/integral7/utils.js.map +1 -1
- package/dist/etl/etl-neplan/etl-neplan.js +6 -5
- package/dist/etl/etl-neplan/etl-neplan.js.map +1 -1
- package/package.json +1 -1
|
@@ -1146,7 +1146,8 @@ class ConverterIntegral7 {
|
|
|
1146
1146
|
const stop = true;
|
|
1147
1147
|
}
|
|
1148
1148
|
/** SSH */
|
|
1149
|
-
const powerData = (0, utils_2.
|
|
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;
|