Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/features/feature_example/safety_analysis/dfa.rst
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ For all identified applicable failure initiators, the DFA is performed in the fo
:id: feat_saf_dfa__<Feature>__<Element descriptor>
:failure_id: <ID from DFA failure initiators :need:`gd_guidl__dfa_failure_initiators`>
:failure_effect: "description of failure effect of the failure initiator on the element"
:safety_relevant: <yes|no>
:mitigated_by: <ID from Feature Requirement | ID from AoU Feature Requirement>
:mitigation_issue: <ID from Issue Tracker>
:sufficient: <yes|no>
Expand Down
2 changes: 2 additions & 0 deletions docs/features/feature_example/safety_analysis/fmea.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ For all identified applicable failure initiators, the FMEA is performed in the f
:id: feat_saf_fmea__<Feature>__<Element descriptor>
:fault_id: <ID from fault model :need:`gd_guidl__fault_models`>
:failure_effect: "description of failure effect of the fault model on the element"
:failure_root_cause: "description of the root cause of the failure"
:safety_relevant: <yes|no>
:mitigated_by: <ID from Feature Requirement | ID from AoU Feature Requirement>
:mitigation_issue: <ID from Issue Tracker>
:sufficient: <yes|no>
Expand Down
1 change: 1 addition & 0 deletions score/component_example/docs/safety_analysis/dfa.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Dependent Failure Initiators
:id: comp_saf_dfa__<Component>__<Element descriptor>
:failure_id: <ID from DFA failure initiators :need:`gd_guidl__dfa_failure_initiators`>
:failure_effect: "description of failure effect of the failure initiator on the element"
:safety_relevant: <yes|no>
:mitigated_by: <ID from Component Requirement | ID from AoU Component Requirement>
:mitigation_issue: <ID from Issue Tracker>
:sufficient: <yes|no>
Expand Down
2 changes: 2 additions & 0 deletions score/component_example/docs/safety_analysis/fmea.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ Failure Mode List
:id: comp_saf_fmea__<Component>__<Element descriptor>
:fault_id: <ID from fault model :need:`gd_guidl__fault_models`>
:failure_effect: "description of failure effect of the fault model on the element"
:failure_root_cause: "description of the root cause of the failure"
:safety_relevant: <yes|no>
:mitigated_by: <ID from Component Requirement | ID from AoU Component Requirement>
:mitigation_issue: <ID from Issue Tracker>
:sufficient: <yes|no>
Expand Down
Loading