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

    The attributes of the system (plant and calculation configuration) that were used
    for an energy calculation.

    Namespace: SolarFarmerApi.Client
    Syntax
    public class SystemAttributes

    Properties

    AcCapacityInMegawatts

    The AC capacity of the plant (in megawatts).

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

    DcCapacityInMegawatts

    The AC capacity of the plant (in megawatts).

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

    Is3D

    If the calculation was 3D or 2D.

    Declaration
    public bool Is3D { get; set; }
    Property Value
    Type Description
    System.Boolean

    Location

    The plant's location.

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

    Mounting

    The mounting ("Fixed-tilt racks" or "Single-axis trackers")

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

    SolarFarmerApiVersion

    The version of SF-API that was used for this calculation.

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

    SolarFarmerCoreVersion

    The version of SF-Core that was used for this calculation.

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