微调
This commit is contained in:
@@ -227,12 +227,18 @@ public class AdNonHarmonicServiceImpl extends ServiceImpl<AdNonHarmonicMapper, A
|
||||
unit="s";
|
||||
break;
|
||||
/**
|
||||
* 暂态-持续时间
|
||||
* 相角
|
||||
*/
|
||||
case "VA":
|
||||
case "IA":
|
||||
unit="°";
|
||||
break;
|
||||
/**
|
||||
* 电压偏差
|
||||
*/
|
||||
case "DELTA_V":
|
||||
unit="%";
|
||||
break;
|
||||
}
|
||||
return unit;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user