Package com.powsybl.action
Class GeneratorAction
java.lang.Object
com.powsybl.action.AbstractAction
com.powsybl.action.GeneratorAction
- All Implemented Interfaces:
Action
An action to:
- change the targetP of a generator, either by specifying a new absolute value (MW) or a relative change (MW).
- enable or disable the generator voltage control.
- change targetQ of a generator (MVar).
- change targetV of a generator (kV).
- Author:
- Hadrien Godard <[email protected]>, Anne Tilloy <[email protected]>
-
Field Summary
Fields -
Method Summary
Methods inherited from class com.powsybl.action.AbstractAction
getId
-
Field Details
-
NAME
- See Also:
-
-
Method Details
-
getType
-
getGeneratorId
-
isActivePowerRelativeValue
-
getActivePowerValue
-
isVoltageRegulatorOn
-
getTargetV
-
getTargetQ
-
toModification
-
equals
- Overrides:
equals
in classAbstractAction
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAbstractAction
-