• 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 DcoInputSpecification

    Inputs specifications for the power optimizer.

    Namespace: SolarFarmerApi.Client
    Syntax
    public class DcoInputSpecification

    Properties

    MaxEfficiency

    Maximum or peak efficiency (in percentage) of the power optimizer.
    Optional. Default 99%.

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

    MaxInputPower

    Maximum input power (in Watts) of the power optimizer.
    Required.

    Declaration
    public double MaxInputPower { get; set; }
    Property Value
    Type Description
    System.Double

    MaxInputVoltage

    Maximum input voltage (in Volts) of the power optimizer.
    Optional. If not provided, 'MaxVoltageMppt' will be considered.

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

    MaxShortCircuitCurrent

    Maximum short circuit current (Isc, in Amps) of the power optimizer.
    Required.

    Declaration
    public double MaxShortCircuitCurrent { get; set; }
    Property Value
    Type Description
    System.Double

    MaxVoltageMppt

    Maximum voltage (in Volts) for the MPPT operating range.
    Required.

    Declaration
    public double MaxVoltageMppt { get; set; }
    Property Value
    Type Description
    System.Double

    MinVoltageMppt

    Minimum voltage (in Volts) for the MPPT operating range.
    Required.

    Declaration
    public double MinVoltageMppt { get; set; }
    Property Value
    Type Description
    System.Double

    NumberInputs

    Number of MPPT inputs of the power optimizer.
    Applicable for DC string optimizers only.
    Optional.

    Declaration
    public int? NumberInputs { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    OperationMode

    Installation configuration for the number of modules
    connected to the power optimizer. Enum.
    Required.

    Declaration
    public ICollection<PowerOptimizerOperationType> OperationMode { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<PowerOptimizerOperationType>

    RatedPower

    Nominal or rated power (in Watts) of the power optimizer.
    Optional.

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

    WeightedEfficiency

    Weighted or European efficiency (in percentage) of the power optimizer.
    Optional. Default 98%.

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