bug调整
This commit is contained in:
@@ -73,12 +73,11 @@ public interface HarmonicConstant {
|
||||
|
||||
String CTRL_DATA = "ctrl_data";
|
||||
|
||||
|
||||
Set<String> POWER_LIST = new HashSet<>(Arrays.asList(
|
||||
"电网有功功率", "电网无功功率", "电网视在功率", "负载有功功率",
|
||||
"负载无功功率", "负载视在功率", "有功功率", "无功功率",
|
||||
"视在功率", "基波有功功率", "基波无功功率",
|
||||
"基波视在功率", "三相总有功功率", "三相总无功功率",
|
||||
"三相总视在功率"
|
||||
"三相总视在功率","相电压总有效值","线电压总有效值","相电压基波有效值","线电压基波有效值","电压正序分量"
|
||||
));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user