Browse Source

change ValveType

zhouhr 1 year ago
parent
commit
4dc245305f
1 changed files with 21 additions and 21 deletions
  1. 21 21
      Venus/Venus_Core/ValveType.cs

+ 21 - 21
Venus/Venus_Core/ValveType.cs

@@ -14,22 +14,6 @@ namespace Venus_Core
         PV32,
         PV41,
         PV42,
-        PV51,
-        PV52,
-        PV61,
-        PV62,
-        PV71,
-        PV72,
-        PV81,
-        PV82,
-        PV91,
-        PV92,
-        PVA1,
-        PVA2,
-        PVB1,
-        PVB2,
-        PVC1,
-        PVC2,
         N2,
         Mfc1,
         Mfc2,
@@ -39,10 +23,6 @@ namespace Venus_Core
         Mfc6,
         Mfc7,
         Mfc8,
-        Mfc9,
-        Mfc10,
-        Mfc11,
-        Mfc12,
         PVHe1,
         PVHe2,
         GasFinal,
@@ -56,6 +36,26 @@ namespace Venus_Core
         LoadlockPumping,
         PVHe3,
         HeISO,
-        MainPurge
+        MainPurge,
+        PV51,
+        PV52,
+        PV61,
+        PV62,
+        PV71,
+        PV72,
+        PV81,
+        PV82,
+        PV91,
+        PV92,
+        PVA1,
+        PVA2,
+        PVB1,
+        PVB2,
+        PVC1,
+        PVC2,
+        Mfc9,
+        Mfc10,
+        Mfc11,
+        Mfc12,
     }
 }