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

    Class representing the 3 efficiency curves as used in the CEC inverter test.

    Namespace: SolarFarmerApi.Client
    Syntax
    public class ThreeEfficiencyCurves

    Properties

    EfficEuroVPoints

    Gets the european efficiency points.
    Not used.

    Declaration
    public InverterEfficiencyPoints EfficEuroVPoints { get; set; }
    Property Value
    Type Description
    InverterEfficiencyPoints

    EfficMaxVPoints

    Gets the maximum efficiency points.
    Not used.

    Declaration
    public InverterEfficiencyPoints EfficMaxVPoints { get; set; }
    Property Value
    Type Description
    InverterEfficiencyPoints

    HighVoltageCurveEfficiencies

    The inverter efficiency values, for each input power in the high voltage curve.
    1.0 would represent perfect efficiency.

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

    HighVoltageCurveInputPowers

    The input power values for the high voltage efficiency curve.
    Units: watts

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

    LowVoltageCurveEfficiencies

    The inverter efficiency values, for each input power in the low voltage curve.
    1.0 would represent perfect efficiency.

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

    LowVoltageCurveInputPowers

    The input power values for the low voltage efficiency curve.
    Units: watts

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

    MediumVoltageCurveEfficiencies

    The inverter efficiency values, for each input power in the medium voltage curve.
    1.0 would represent perfect efficiency.

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

    MediumVoltageCurveInputPowers

    The input power values for the medium voltage efficiency curve.
    Units: watts

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

    VNomEffPoints

    The three voltages for the three efficiency curves
    Units: volts

    Declaration
    public InverterEfficiencyPoints VNomEffPoints { get; set; }
    Property Value
    Type Description
    InverterEfficiencyPoints
    In This Article
    Back to top DNV SolarFarmer Home