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

    Class for the general data of the DC power optimizers.

    Namespace: SolarFarmerApi.Client
    Syntax
    public class DcoGeneralData

    Properties

    Datasource

    Source of the data of the power optimizer data and properties.
    Optional.

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

    FileLastReviewed

    Information about when the DCO file was last reviewed.
    Optional.

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

    Manufacturer

    Manufacturer name.
    Optional.

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

    Model

    Model of the DC power optimizer.
    Optional.

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

    Name

    The name to identify the DC power optimizer object. To be used in the PV plant data model
    to identify the DC power optimizer used.
    Required.

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