Class ShortCircuitParameters

    • Constructor Detail

      • ShortCircuitParameters

        public ShortCircuitParameters()
    • Method Detail

      • isWithLimitViolations

        public boolean isWithLimitViolations()
      • setWithLimitViolations

        public ShortCircuitParameters setWithLimitViolations​(boolean withLimitViolations)
      • isWithFortescueResult

        public boolean isWithFortescueResult()
        Whether faultResults, feederResults and shortCircuitBusResults should be detailed for each phase as FortescueValues or if only the three-phase magnitude for currents and voltages should be given.
      • setWithFortescueResult

        public ShortCircuitParameters setWithFortescueResult​(boolean withFortescueResult)
      • getStudyType

        public StudyType getStudyType()
        The type of study: transient, subtransient or steady state.
      • isWithFeederResult

        public boolean isWithFeederResult()
        Whether the results should include the currents on each feeder of the fault point.
      • isWithVoltageResult

        public boolean isWithVoltageResult()
        Whether the results should include the voltages and voltage drops on every bus of the network.
      • getMinVoltageDropProportionalThreshold

        public double getMinVoltageDropProportionalThreshold()
        The maximum voltage drop threshold in %, to filter the results.
      • setMinVoltageDropProportionalThreshold

        public ShortCircuitParameters setMinVoltageDropProportionalThreshold​(double minVoltageDropProportionalThreshold)