Interface VscConverterStation

    • Method Detail

      • isVoltageRegulatorOn

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

        VscConverterStation 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

        VscConverterStation 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

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

        default Terminal getRegulatingTerminal()
        Get the terminal used for regulation.
        Returns:
        the terminal used for regulation