Package com.powsybl.iidm.network
Interface RatioTapChanger
- All Superinterfaces:
TapChanger<RatioTapChanger,
RatioTapChangerStep>
A ratio tap changer that is associated to a transformer to control the voltage.
- Author:
- Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>
-
Method Summary
Modifier and TypeMethodDescriptiondouble
Get the target voltage in kV.boolean
Get the load tap changing capabilities status.setLoadTapChangingCapabilities
(boolean status) Set the load tap changing capabilities status.setTargetV
(double targetV) Set the target voltage in kV.Methods inherited from interface com.powsybl.iidm.network.TapChanger
findTapPosition, getAllSteps, getCurrentStep, getHighTapPosition, getLowTapPosition, getNeutralPosition, getNeutralStep, getRegulationTerminal, getStep, getStepCount, getTapPosition, getTargetDeadband, isRegulating, remove, setLowTapPosition, setRegulating, setRegulationTerminal, setTapPosition, setTargetDeadband, unsetTapPosition
-
Method Details
-
getTargetV
double getTargetV()Get the target voltage in kV.Depends on the working variant.
- See Also:
-
setTargetV
Set the target voltage in kV.Depends on the working variant.
- See Also:
-
hasLoadTapChangingCapabilities
boolean hasLoadTapChangingCapabilities()Get the load tap changing capabilities status. -
setLoadTapChangingCapabilities
Set the load tap changing capabilities status.
-