终端bug修改
This commit is contained in:
@@ -315,7 +315,7 @@ public class COverlimitUtil {
|
||||
* 负序电流限值
|
||||
*/
|
||||
public static void negativeSequenceCurrent(Overlimit overlimit,Float voltageLevel,Float shortCapacity){
|
||||
double v = (0.013*shortCapacity)/(getUl(voltageLevel)*Math.sqrt(3));
|
||||
double v = (0.013*shortCapacity*1000)/(getUl(voltageLevel)*Math.sqrt(3));
|
||||
overlimit.setINeg((float) v);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user