File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 94
94
"name" : " ISC min (kA)" ,
95
95
"type" : " NUMBER" ,
96
96
"precision" : 1 ,
97
- "formula" : " identifiableShortCircuit.ipMin" ,
97
+ "formula" : " unitToKiloUnit( identifiableShortCircuit.ipMin) " ,
98
98
"dependencies" : null ,
99
99
"id" : " identifiableShortCircuit.ipMin"
100
100
},
101
101
{
102
102
"name" : " ISC max (kA)" ,
103
103
"type" : " NUMBER" ,
104
104
"precision" : 1 ,
105
- "formula" : " identifiableShortCircuit.ipMax" ,
105
+ "formula" : " unitToKiloUnit( identifiableShortCircuit.ipMax) " ,
106
106
"dependencies" : null ,
107
107
"id" : " identifiableShortCircuit.ipMax"
108
108
}
244
244
"name" : " Shunt conductance 1 (μS)" ,
245
245
"type" : " NUMBER" ,
246
246
"precision" : 1 ,
247
- "formula" : " g1 " ,
247
+ "formula" : " unitToMicroUnit(g1) " ,
248
248
"dependencies" : null ,
249
249
"id" : " g1"
250
250
},
251
251
{
252
252
"name" : " Shunt conductance 2 (μS)" ,
253
253
"type" : " NUMBER" ,
254
254
"precision" : 1 ,
255
- "formula" : " g2 " ,
255
+ "formula" : " unitToMicroUnit(g2) " ,
256
256
"dependencies" : null ,
257
257
"id" : " g2"
258
258
},
259
259
{
260
260
"name" : " Shunt susceptance 1 (μS)" ,
261
261
"type" : " NUMBER" ,
262
262
"precision" : 1 ,
263
- "formula" : " b1 " ,
263
+ "formula" : " unitToMicroUnit(b1) " ,
264
264
"dependencies" : null ,
265
265
"id" : " b1"
266
266
},
267
267
{
268
268
"name" : " Shunt susceptance 2 (μS)" ,
269
269
"type" : " NUMBER" ,
270
270
"precision" : 1 ,
271
- "formula" : " b2 " ,
271
+ "formula" : " unitToMicroUnit(b2) " ,
272
272
"dependencies" : null ,
273
273
"id" : " b2"
274
274
}
You can’t perform that action at this time.
0 commit comments