Technical Elements Documentation
    Preparing search index...

    Interface HumanFailureEventIntegration

    Interface for a human failure event integrated into system models.

    SY-A1

    interface HumanFailureEventIntegration {
        hfeReference: systems_analysis.HumanActionReference;
        impact?: string;
        isTestMaintenance: boolean;
        system: systems_analysis.SystemReference;
        taskDescription: string;
    }

    Hierarchy

    • Unique
      • HumanFailureEventIntegration
    Index

    Properties

    Reference to the human action.

    impact?: string

    The impact of this human failure on system performance.

    isTestMaintenance: boolean

    Whether this is related to test and maintenance activities.

    The system affected by this human failure event.

    taskDescription: string

    Description of the task that can be failed.

    "Operator fails to manually start pump."