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

    Output specifications for the power optimizer

    Namespace: SolarFarmerApi.Client
    Syntax
    public class DcoOutputSpecification

    Properties

    MaxOutputCurrent

    Maximum output current (in Amps) for the power optimizer.
    Required.

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

    MaxOutputVoltage

    Maximum output voltage (in Volts) for the power optimizer.
    Required.

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

    MinOutputVoltage

    Minimum output voltage (in Volts) for the power optimizer.
    Optional. If not provided, 'MinVoltageMppt' will be considered.

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

    StandbyOutputVoltage

    Output voltage (in Volts) in stand-by.
    Optional.

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

    VoltageRatedPower

    Output voltage (in Volts) at full (rated) power.
    Optional.

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

    VoltageZeroPower

    Output voltage (in Volts) at zero power.
    Optional.

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