.. _PVWattsHybrid: PVWattsHybrid ============= .. py:class:: PySAM.Hybrids.PVWattsHybrid.PVWattsHybrid() Class that adds :mod:`PySAM.PVWattsv8.PVWattsv8` to :mod:`PySAM.Hybrids.HybridSystem.HybridSystem` .. py:function:: new() -> PVWattsHybrid .. py:function:: default(config) -> PVWattsHybrid Load defaults for the configuration config. Available configurations: "CustomGenerationPVWattsWindFuelCellBatteryHybridHostDeveloper" "CustomGenerationPVWattsWindFuelCellBatteryHybridSingleOwner" "PVWattsWindBatteryHybridHostDeveloper" "PVWattsWindBatteryHybridSingleOwner" "PVWattsWindFuelCellBatteryHybridHostDeveloper" "PVWattsWindFuelCellBatteryHybridSingleOwner" .. py:function:: value(name, value=None) -> None | float | dict | sequence | str Get or set by name a value in any of the variable groups. .. py:function:: assign(input_dict) -> dict Assign attributes from nested dictionary, except for Outputs:: nested_dict = { 'SolarResource': { 'solar_resource_file': val, ...}, ...} Returns list of variables that weren't assigned .. py:function:: export() -> dict Export attributes into nested dictionary .. py:property:: total_installed_cost Total installed cost for technology [$] :type: float .. py:property:: om_fixed Fixed O&M annual amount [$/year] :type: sequence .. py:property:: om_fixed_escal Fixed O&M escalation [%/year] :type: float .. py:property:: om_production Production-based O&M amount [$/MWh] :type: sequence .. py:property:: om_production_escal Production-based O&M escalation [%/year] :type: float .. py:property:: om_capacity Capacity-based O&M amount [$/kWcap] :type: sequence .. py:property:: om_capacity_escal Capacity-based O&M escalation [%/year] :type: float .. py:property:: degradation Annual AC degradation [%]. If not provided, defaults to [0] :type: sequence .. py:class:: SolarResource See :mod:`PySAM.Pvwattsv8.Pvwattsv8.SolarResource` .. py:class:: Lifetime See :mod:`PySAM.Pvwattsv8.Pvwattsv8.Lifetime` .. py:class:: SystemDesign See :mod:`PySAM.Pvwattsv8.Pvwattsv8.SystemDesign` .. py:class:: Shading See :mod:`PySAM.Pvwattsv8.Pvwattsv8.Shading` .. py:class:: AdjustmentFactors See :mod:`PySAM.Pvwattsv8.Pvwattsv8.AdjustmentFactors` .. py:class:: Outputs See :mod:`PySAM.Pvwattsv8.Pvwattsv8.Outputs`