We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1142688 commit 6eef9e4Copy full SHA for 6eef9e4
lcls-twincat-pmps/PMPS/DUTs/InternalDUT/L_Stopper.TcDUT
@@ -11,6 +11,12 @@ TYPE L_Stopper :
11
MR1L0_TXI := 4, //MR1L0 Pitch state delivery to TXI line
12
MR1L1_IN:= 5, // TXI Offset Mirror horizontal state
13
MR1L1_OUT:= 6, // TXI Offset Mirror horizontal state
14
+ ST1L2 := 7, // ST1L2 XPP Stopper
15
+ XPP_SB23_MONO:=8, // Indicates that XPP SB2/3 is in MONO Line
16
+ XPP_SB23_PINK:=9, //Indicates that XPP SB2/3 is in PINK Line
17
+ XPP_SB6_MONO:=10, // Indicates that XPP SB6is in MONO Line
18
+ XPP_SB6_PINK:=11, //Indicates that XPP SB6 is in PINK Line
19
+ ST2L0 := 12, // ST2L0 XRT Stopper
20
DEFAULT := PMPS_GVL.MAX_VETO_DEVICES // DO NOT USE FOR ANYTHING
21
);
22
END_TYPE
0 commit comments