1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47 |
// Output Stuck Low (2 faults) resulting in detections: "!fault/total hard hytro poss hytro poss undet oscil ".
.SLOW
+ "stimulate.dm.RGC.CC"
+ "stimulate.dm.RPD.EOUT"
// Output Stuck High (2 faults) resulting in detections: "!fault/total hard hytro poss hytro poss undet oscil ".
.SHIGH
+ %time%=1014 "stimulate.dm.IT.INA"
+ %time%=1014 "stimulate.dm.C1.CC"
// Input Stuck Low (9 faults) resulting in detections: "!fault/total hard hytro poss hytro poss undet oscil ".
.ISLOW
+ "stimulate.dm.IT.SID"
+ "stimulate.dm.IT.VINT"
+ "stimulate.dm.IT.I3"
+ "stimulate.dm.IT.ID3"
+ "stimulate.dm.IT.CK"
+ "stimulate.dm.AL.ID1"
+ "stimulate.dm.AL.ID16"
+ "stimulate.dm.AL.I3"
+ "stimulate.dm.RGC.M1"
// Input Stuck High (13 faults) resulting in detections: "!fault/total hard hytro poss hytro poss undet oscil ".
.ISHIGH
+ "stimulate.dm.IR.ID16"
+ "stimulate.dm.IR.I0"
+ "stimulate.dm.DA.S1"
+ "stimulate.dm.BUF2.O1"
+ "stimulate.dm.IT.CC6"
+ "stimulate.dm.IT.RESET"
+ "stimulate.dm.T9.I"
+ "stimulate.dm.AL.MUXCC"
+ %time%=1014 "stimulate.dm.RPD.T4"
+ "stimulate.dm.RPD.WRSP"
+ "stimulate.dm.AL.ACCOUTEN"
+ "stimulate.dm.C2.Q4"
+ %time%=820 "stimulate.dm.C2.READY"
|