Interface GeneratorStartup

    • Method Detail

      • getPlannedActivePowerSetpoint

        double getPlannedActivePowerSetpoint()
        The active power target planned by the market (in MW).
      • setPlannedActivePowerSetpoint

        GeneratorStartup setPlannedActivePowerSetpoint​(double plannedActivePowerSetpoint)
      • getStartupCost

        double getStartupCost()
        What does it cost to start this generator.
      • getMarginalCost

        double getMarginalCost()
        What does it cost to increase the production of one unit (in general one MW).
      • getPlannedOutageRate

        double getPlannedOutageRate()
        Rate of planned unavailability (no unit).
      • setPlannedOutageRate

        GeneratorStartup setPlannedOutageRate​(double plannedOutageRate)
      • getForcedOutageRate

        double getForcedOutageRate()
        Rate of force unavailability (not forecast, no unit)
      • setForcedOutageRate

        GeneratorStartup setForcedOutageRate​(double forcedOutageRate)