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

    Namespace: SolarFarmerApi.Client
    Syntax
    public class Tracker

    Properties

    Id

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

    MountingTypeID

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

    NorthPoint

    Declaration
    public Vector3Double NorthPoint { get; set; }
    Property Value
    Type Description
    Vector3Double

    PitchToLeft

    Declaration
    public double? PitchToLeft { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    PitchToRight

    Declaration
    public double? PitchToRight { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    SouthPoint

    Declaration
    public Vector3Double SouthPoint { get; set; }
    Property Value
    Type Description
    Vector3Double

    TrackerSystemID

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