PVWattsHybrid

class PySAM.Hybrids.PVWattsHybrid.PVWattsHybrid

Class that adds PySAM.PVWattsv8.PVWattsv8 to PySAM.Hybrids.HybridSystem.HybridSystem

new() PVWattsHybrid
default(config) PVWattsHybrid

Load defaults for the configuration config. Available configurations:

“GenericPVWattsWindFuelCellBatteryHybridHostDeveloper” “GenericPVWattsWindFuelCellBatteryHybridSingleOwner” “PVWattsWindBatteryHybridHostDeveloper” “PVWattsWindBatteryHybridSingleOwner” “PVWattsWindFuelCellBatteryHybridHostDeveloper” “PVWattsWindFuelCellBatteryHybridSingleOwner”

value(name, value=None) None | float | dict | sequence | str

Get or set by name a value in any of the variable groups.

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

export() dict

Export attributes into nested dictionary

property total_installed_cost

Total installed cost for technology [$]

Type:

float

property om_fixed

Fixed O&M annual amount [$/year]

Type:

sequence

property om_fixed_escal

Fixed O&M escalation [%/year]

Type:

float

property om_production

Production-based O&M amount [$/MWh]

Type:

sequence

property om_production_escal

Production-based O&M escalation [%/year]

Type:

float

property om_capacity

Capacity-based O&M amount [$/kWcap]

Type:

sequence

property om_capacity_escal

Capacity-based O&M escalation [%/year]

Type:

float

property degradation

Annual AC degradation [%]. If not provided, defaults to [0]

Type:

sequence

class SolarResource

See PySAM.Pvwattsv8.Pvwattsv8.SolarResource

class Lifetime

See PySAM.Pvwattsv8.Pvwattsv8.Lifetime

class SystemDesign

See PySAM.Pvwattsv8.Pvwattsv8.SystemDesign

class Shading

See PySAM.Pvwattsv8.Pvwattsv8.Shading

class AdjustmentFactors

See PySAM.Pvwattsv8.Pvwattsv8.AdjustmentFactors

class Outputs

See PySAM.Pvwattsv8.Pvwattsv8.Outputs