• Home
  • User Guide
  • Automation
  • API
  • Calculation
  • Validation
  • Contact Us
Search Results for

    Show / Hide Table of Contents
    • SolarFarmerApi.Client
      • AnnualEnergyYieldResults
      • DcoElectricalData
      • DcoGeneralData
      • DcoInputSpecification
      • DcoMechanicalData
      • DcoOutputSpecification
      • DiffuseModel
      • EnergyCalculationInputs
      • EnergyCalculationOptions
      • EnergyYieldResults
      • EnergyYieldResultsForMonth
      • EnumTechnology
      • IAMModelType
      • IAMModelTypeForOverride
      • IAMParameters
      • IndexedObject3D
      • Inverter
      • InverterEfficiencyModelType
      • InverterEfficiencyPoints
      • InverterInput
      • InverterSpecification
      • Layout
      • LayoutHintsForUI
      • Location
      • LossTreeEffects
      • LossTreeEntry
      • LossTreeResultForMonth
      • MeteorologicalCondition
      • MeteorologicalConditionsDataset
      • MiniSimpleTerrainDto
      • MissingMetDataMethod
      • ModelChainAsyncQueryResponse
      • ModelChainResponse
      • ModuleGeometry
      • ModuleIndexRange
      • ModuleSpecification
      • ModuleString
      • MountingTypeSpecification
      • MpptLimits
      • PanFileSupplements
      • PointInLossChain
      • PowerOptimizer
      • PowerOptimizerOperationType
      • ProblemDetails
      • PVPlant
      • PVsystDiodeModelParameters
      • QuadDouble
      • Rack
      • Response
      • Response2
      • Response3
      • RuntimeStatus
      • SimpleTerrainDto
      • SolarPositionDto
      • SolarPositionRequest
      • SolarPositions
      • SystemAttributes
      • TerrainRowDto
      • TerrainRowStartEndColumnsDto
      • ThreeEfficiencyCurves
      • Tracker
      • TrackerSystem
      • Transformer
      • TransformerLossModelTypes
      • TransformerSpecification
      • Vector3Double

    Class MpptLimits

    The limits of the maximum power point tracker

    Namespace: SolarFarmerApi.Client
    Syntax
    public class MpptLimits

    Properties

    MaximumDCCurrent

    The maximum current
    Units: amperes
    Optional parameter. If omitted (set to null) then this limit will not be applied.

    Declaration
    public double? MaximumDCCurrent { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    MaximumDCVoltageAbsolute

    The maximum voltage under any circumstance
    Typically above MaximumDCVoltageMPP
    In the event of high irradiance and low temperatures the inverter may need to increase
    the voltage above the normal MPP tracking window in order to reduce the DC power to within
    the AC power output rating of the inverter.

    Declaration
    public double? MaximumDCVoltageAbsolute { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    MaximumDCVoltageMPP

    The maximum voltage for MPP tracking
    This defines the top of the window in which the MPP tracker is able to search for the
    maximum power point.
    Units: volts
    Optional parameter. If omitted (set to null) then this limit will not be applied.

    Declaration
    public double? MaximumDCVoltageMPP { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    MinimumDCPower

    The minimum DC power (power threshold)
    Units: watts
    Optional parameter. If omitted (set to null) then this limit will not be applied.

    Declaration
    public double? MinimumDCPower { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    MinimumDCVoltage

    The minimum voltage
    Units: volts
    Optional parameter. If omitted (set to null) then this limit will not be applied.

    Declaration
    public double? MinimumDCVoltage { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>
    In This Article
    Back to top DNV SolarFarmer Home