Class StaticVarCompensatorModification

    • Constructor Detail

      • StaticVarCompensatorModification

        public StaticVarCompensatorModification​(String svcId,
                                                Double voltageSetpoint,
                                                Double reactivePowerSetpoint)
    • Method Detail

      • apply

        public void apply​(Network network,
                          boolean throwException,
                          ComputationManager computationManager,
                          Reporter reporter)
        Description copied from interface: NetworkModification
        Applies the modification to the given network. If throwException is set to true, then in case of error, an exception will be thrown. Otherwise, computation will continue but the injection will not be added to the network in case of error.
      • getSvcId

        public String getSvcId()
      • getReactivePowerSetpoint

        public Double getReactivePowerSetpoint()
      • getOptionalReactivePowerSetpoint

        public OptionalDouble getOptionalReactivePowerSetpoint()
      • getVoltageSetpoint

        public Double getVoltageSetpoint()
      • getOptionalVoltageSetpoint

        public OptionalDouble getOptionalVoltageSetpoint()