FMEA (Failure Modes and Effects Analysis)#

[Your Feature Name] FMEA
status: draft
security: NO
safety: ASIL_B
tags: template, feature_name

Note

Use the content of the document to describe e.g. why a fault model is not applicable for the diagram.

Attention

The above directive must be updated according to your Feature.

  • Modify Your Feature Name to be your Feature Name

  • Modify id to be your Feature Name in upper snake case preceded by doc__ and succeeded by _fmea

  • Adjust status to be valid

  • Adjust safety and tags according to your needs

Failure Mode List#

   .. feat_saf_fmea:: <Title>
      :violates: <Feature architecture>
      :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"
      :mitigated_by: <ID from Feature Requirement | ID from AoU Feature Requirement>
      :mitigation_issue: <ID from Issue Tracker>
      :sufficient: <yes|no>
      :status: <valid|invalid>

.. note::   argument is inside the 'content'. Therefore content is mandatory

Attention

The above directive must be updated according to your feature FMEA.

  • The above “code-block” directive must be updated

  • Fill in all the needed information in the <brackets>