Class ShortCircuitAnalysisResult

    • Method Detail

      • getFaultResults

        public List<FaultResult> getFaultResults()
        A list of results, for each fault which have been simulated.
      • getLimitViolations

        public List<LimitViolation> getLimitViolations()
        The list of limit violations: for instance when the computed short-circuit current on a given equipment is higher than the maximum admissible value for that equipment. In general, the equipment ID can be completed by the side where the violation occurs. In a first simple approach, the equipment is a voltage level, and no side is needed.