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

    An inverter instance.

    Namespace: SolarFarmerApi.Client
    Syntax
    public class Inverter

    Properties

    AcWiringOhmicLoss

    The loss, as a fraction of 1, due to the resistance of the AC wiring.
    This is defined as a fraction of 1, and is for the full power condition,
    i.e. when all the inverters connected to this inverter are providing
    their full rated AC output.
    For part load conditions, loss will scale quadratically with output power.
    Optional. Default: 0

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

    InverterCount

    The number of equivalent inverters all attached to the same transformer.

    Declaration
    public int InverterCount { get; set; }
    Property Value
    Type Description
    System.Int32

    InverterInputs

    The inputs that this inverter has.
    Used for the 3D calculation only.

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

    InverterSpecID

    The identifier for the inverter spec.

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

    Layouts

    The inputs that this inverter has.
    Used for the 2D calculation only.

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

    Name

    Name.
    Optional property, used just to help view system performance.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    In This Article
    Back to top DNV SolarFarmer Home