Class FixedFeedInInput

All Implemented Interfaces:
HasNodes, NestedEntity, Operable, Serializable

public class FixedFeedInInput extends SystemParticipantInput
Dummy class to represent a constant feed in regardless of its type
See Also:
  • Constructor Details

    • FixedFeedInInput

      public FixedFeedInInput(UUID uuid, String id, OperatorInput operator, OperationTime operationTime, NodeInput node, ReactivePowerCharacteristic qCharacteristics, tech.units.indriya.ComparableQuantity<javax.measure.quantity.Power> sRated, double cosPhiRated)
      Constructor for an operated feed in
      Parameters:
      uuid - of the input entity
      id - of the asset
      operator - of the asset
      operationTime - Time for which the entity is operated
      node - the asset is connected to
      qCharacteristics - Description of a reactive power characteristic
      sRated - Rated apparent power
      cosPhiRated - Power factor
    • FixedFeedInInput

      public FixedFeedInInput(UUID uuid, String id, NodeInput node, ReactivePowerCharacteristic qCharacteristics, tech.units.indriya.ComparableQuantity<javax.measure.quantity.Power> sRated, double cosPhiRated)
      Constructor for an operated, always on feed in
      Parameters:
      uuid - of the input entity
      id - of the asset
      node - the asset is connected to
      qCharacteristics - Description of a reactive power characteristic
      sRated - Rated apparent power
      cosPhiRated - Power factor
  • Method Details