pvlib.modelchain.get_orientation#
- pvlib.modelchain.get_orientation(strategy, **kwargs)[source]#
- Deprecated since version 0.13.1: The pvlib.modelchain.get_orientation function was deprecated in pvlib 0.13.1 and will be removed soon. - Determine a PV system’s surface tilt and surface azimuth using a named strategy. - Parameters:
- strategy (str) – The orientation strategy. Allowed strategies include ‘flat’, ‘south_at_latitude_tilt’. 
- **kwargs – Strategy-dependent keyword arguments. See code for details. 
 
- Returns:
- surface_tilt, surface_azimuth 
 
