Open joeseibel opened 2 years ago
Suppose three consecutive errors would cause activation of a hot/cold spare. Then a {NoError} transition would be useful.
Discussion on 2/16/23
In the original example, one can imagine the following scenario: a system may tolerate 1 invalid values every 2 samples (for simplification). If two invalid values are detected in a row, the system reports an error .
One would use a transition with f1{noerror} to mark that the current sample was without error, therefore decrementing the counter.
Should we permit
noerror
to be used for a propagation in a condition if that propagation is the only element of that condition? Should the following model be legal:If we do allow the above example, what does it really mean?
It seems like
noerror
would make more sense in an expression such as this:f1 {ServiceError} and f2 {noerror} and f3 {noerror}
.