Summary
Error in constructing MCS for elements combined by the condition And
Expected behavior
Setting AND conditions in the component error specification results in their being combined into a cut set.
Actual behavior
Setting AND conditions in the component error specification does NOT combine them into a cut set.
Steps To Reproduce
- Create the component according to the specification in the code block below
- run the FTA analysis and select minimal cut set with calculated probabilities
- get an INCORRECT result as shown in the screenshot below
process FMS
features
actuatorOut: out data port
annex EMV2 {**
use types ErrorLibrary;
error propagations
actuatorOut: out propagation {ServiceError};
end propagations;
component error behavior
events
ev1 : error event;
ev2 : error event;
propagations
pr1: all -[ev1 and ev2]->actuatorOut{ServiceError};
end component;
end FMS;
Screenshots
Desktop (please complete the following information):
- OSATE Version: 2.15.0.vfinal -- Build id: 2024-10-16
- Operating System: Windows 10
Summary
Error in constructing MCS for elements combined by the condition And
Expected behavior
Setting AND conditions in the component error specification results in their being combined into a cut set.
Actual behavior
Setting AND conditions in the component error specification does NOT combine them into a cut set.
Steps To Reproduce
Screenshots
Desktop (please complete the following information):