Interface VscConverterStation

    • Method Detail

      • isVoltageRegulatorOn

        boolean isVoltageRegulatorOn()
        Check if voltage regulator is on.
        Returns:
        true if voltage regulator is on, false otherwise
      • setVoltageRegulatorOn

        HvdcConverterStation setVoltageRegulatorOn​(boolean voltageRegulatorOn)
        Set voltage regulator status.
        Parameters:
        voltageRegulatorOn - the new voltage regulator status
        Returns:
        the converter itself to allow method chaining
      • getVoltageSetpoint

        double getVoltageSetpoint()
        Get the voltage setpoint (Kv).
        Returns:
        the voltage setpoint
      • setVoltageSetpoint

        HvdcConverterStation setVoltageSetpoint​(double voltageSetpoint)
        Set the voltage setpoint (Kv).
        Parameters:
        voltageSetpoint - the voltage setpoint
        Returns:
        the converter itself to allow method chaining
      • getReactivePowerSetpoint

        double getReactivePowerSetpoint()
        Get the reactive power setpoint (MVar).
        Returns:
        the reactive power setpoint
      • setReactivePowerSetpoint

        HvdcConverterStation setReactivePowerSetpoint​(double reactivePowerSetpoint)
        Set the reactive power setpoint (MVar).
        Parameters:
        reactivePowerSetpoint - the reactive power setpoint
        Returns:
        the converter itself to allow method chaining