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

    An inverter input instance. Used for the 3D calculation only.

    Namespace: SolarFarmerApi.Client
    Syntax
    public class InverterInput

    Properties

    DcOhmicConnectorLoss

    Loss factor for the DC cabling losses.
    It should be given as a fraction (i.e a value 0 - 1) of the DC output power at STC
    i.e. a value of 0.01 would represent a loss of 1%.
    This will be converted to a ConnectorResistance, so the actual loss in the simulation
    will not be this percentage exactly, but will vary with irradiance level.

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

    ModuleMismatchLoss

    A simple loss factor (fraction of 1) to account for module mismatch.
    e.g. a value of 0.01 would represent a 1% loss.

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

    ModuleQualityFactor

    A factor to account for other modeling adjustments, given as a fraction of 1
    i.e. a value of 0.01 implies a 1% gain.

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

    ModuleSpecificationID

    The PV module specification used in all the strings in this inverter input. The string should match one of the
    items in the ModuleSpecifications dictionary in PVPlant.

    Declaration
    public string ModuleSpecificationID { get; set; }
    Property Value
    Type Description
    System.String

    ModuleStrings

    The module strings that are attached to this inverter input.

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

    OptimizerSpecificationID

    The DC power optimizer specification used in all the strings in this inverter input.
    The string should match one of the items in the OptimizerSpecifications dictionary in PVPlant.

    Declaration
    public string OptimizerSpecificationID { get; set; }
    Property Value
    Type Description
    System.String

    OptimizersPerModule

    An enum defining the number of (DC) power optimizers connected to the modules.
    It should be 'OnePerModule', 'OnePerTwoModules' or 'OnePerString'.
    'OnePerString' would denote a string optimizer.

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