Index: leahi_dialin/fp/modules/valves.py =================================================================== diff -u -r288ce7e496638afd88cb6805570103e5edc2eea9 -r19fcbac01e5a6a6b79a3918975f5ae5abfa4c1ac --- leahi_dialin/fp/modules/valves.py (.../valves.py) (revision 288ce7e496638afd88cb6805570103e5edc2eea9) +++ leahi_dialin/fp/modules/valves.py (.../valves.py) (revision 19fcbac01e5a6a6b79a3918975f5ae5abfa4c1ac) @@ -39,15 +39,15 @@ @unique class FPValveNames(DialinEnum): - M4_VWI = 0 # Valve (M4 VWi) - P39_VROD = 1 # Valve (P39 VROd) - P6_VFF = 2 # Valve (P6 VFF) - P11_VPI = 3 # Valve (P11 VPi) - P33_VCR = 4 # Valve (P33 VCr) - P34_VCB = 5 # Valve (P34 VCb) - P37_VCD = 6 # Valve (P37 VCd) - M7_VFB = 7 # Valve (M7 VFB) - P20_SPP = 8 # Valve (P20 SPP) + M4_VALV = 0 # Valve (M4 VWi) + P39_VALV = 1 # Valve (P39 VROd) + P6_VALV = 2 # Valve (P6 VFF) + P11_VALV = 3 # Valve (P11 VPi) + P33_VALV = 4 # Valve (P33 VCr) + P34_VALV = 5 # Valve (P34 VCb) + P37_VALV = 6 # Valve (P37 VCd) + M7_VALV = 7 # Valve (M7 VFB) + P20_VALV = 8 # Valve (P20 SPP) class FPValves(AbstractSubSystem): """