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

    The results of running the model chain calculation using both endpoints.

    Namespace: SolarFarmerApi.Client
    Syntax
    public class ModelChainResponse

    Properties

    AnnualEnergyYieldResults

    The annual energy yield results including monthly break-downs and lists of effects.

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

    InputsDerivedFileContents

    The monthly energy at each point in the loss tree.

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

    LossTree

    The loss tree for each month.

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

    LossTreeResults

    The contents of the loss tree log file.

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

    PvSystFormatResultsFile

    The text contents of the PVsyst format results file.

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

    ResultsFile

    The contents of the detailed results file.

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

    SystemAttributes

    The system attributes for the plant and calculation.

    Declaration
    public SystemAttributes SystemAttributes { get; set; }
    Property Value
    Type Description
    SystemAttributes

    TotalModuleArea

    The total module area.

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