Class Transformer2WInput

All Implemented Interfaces:
HasNodes, HasType, NestedEntity, Operable, Serializable

public class Transformer2WInput extends TransformerInput implements HasType
Describes a two winding transformer, that is connected to two NodeInputs
See Also:
  • Constructor Details

    • Transformer2WInput

      public Transformer2WInput(UUID uuid, String id, OperatorInput operator, OperationTime operationTime, NodeInput nodeA, NodeInput nodeB, int parallelDevices, Transformer2WTypeInput type, int tapPos, boolean autoTap)
      Constructor for an operated two winding transformer
      Parameters:
      uuid - of the input entity
      id - of the asset
      operator - of the asset
      operationTime - Time for which the entity is operated
      nodeA - higher voltage node
      nodeB - lower voltage node
      parallelDevices - overall amount of parallel transformers to automatically construct (e.g. parallelDevices = 2 will build a total of two transformers using the specified parameters)
      type - of 2W transformer
      tapPos - Tap position of this transformer
      autoTap - True, if the tap position of the transformer is adapted automatically
    • Transformer2WInput

      public Transformer2WInput(UUID uuid, String id, NodeInput nodeA, NodeInput nodeB, int parallelDevices, Transformer2WTypeInput type, int tapPos, boolean autoTap)
      Constructor for an operated, always on two winding transformer
      Parameters:
      uuid - of the input entity
      id - of the asset
      nodeA - higher voltage node
      nodeB - lower voltage node
      parallelDevices - overall amount of parallel transformers to automatically construct (e.g. parallelDevices = 2 will build a total of two transformers using the specified parameters)
      type - of 2W transformer
      tapPos - Tap position of this transformer
      autoTap - True, if the tap position of the transformer is adapted automatically
  • Method Details