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

    Basic DTO class which holds the loss tree data for a particular month
    It doesn't have data for the AC part of the plant, transformer losses, AC cabling losses and grid avialability losses.
    The AC system losses are calculated later in the model chain.

    Namespace: SolarFarmerApi.Client
    Syntax
    public class LossTreeResultForMonth

    Properties

    Energies

    The monthly energies at all stages of the loss tree
    Each energy is in Wh

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

    FractionComplete

    The fraction of the month that this energy output data represents.

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

    Month

    The month.

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

    RecordCount

    The number of time-steps that were used to contribute to these energies.

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

    Year

    The year.

    Declaration
    public int Year { get; set; }
    Property Value
    Type Description
    System.Int32
    In This Article
    Back to top DNV SolarFarmer Home