| | |
| | | public static final boolean APP_BYBB_EN = false; |
| | | public static final boolean APP_FBO4830_EN = false; |
| | | public static final boolean APP_BTS4810_EN = true; |
| | | public static final boolean APP_SwitchDevice_EN = false; //切换装置 |
| | | public static final boolean APP_DummyLoad_EN = false; //假负载 |
| | | public static final boolean APP_SwitchDevice_EN = true; //切换装置 |
| | | public static final boolean APP_DummyLoad_EN = true; //假负载 |
| | | public static final boolean APP_IEC61850_EN = true; //IEC61850 |
| | | public static final boolean APP_UKEY_EN = true; //UKEY |
| | | public static final boolean APP_SIMPOWER_EN = true; //极简化电源 |
| | | |
| | | public static final boolean APP_ICA_200KW_EN = true; //ICA-200KW |
| | | |
| | | public int CommDevType = 6; //默认显示tab选项卡 |
| | | public int CommDevType = 4; //默认显示tab选项卡 |
| | | |
| | | public static final int DebugMode_TYPE_Debug = 0; //调试模拟 |
| | | public static final int DebugMode_TYPE_Package = 1; //电脑打包模式 |