bifacial_radiance.AnalysisObj.analyzeRow#
- AnalysisObj.analyzeRow(octfile, scene, rowWanted=None, name=None, sensorsy=9, sensorsx=1)[source]#
Function to Analyze every module in the row.
- Parameters:
octfile (string) – Filename and extension of .oct file
scene (
SceneObj) – Generated withmakeScene.rowWanted (int) – Row wanted to sample. If none, defaults to center row (rounding down)
sensorsy (int or list) – Number of ‘sensors’ or scanning points along the collector width (CW) of the module(s). If multiple values are passed, first value represents number of front sensors, second value is number of back sensors
sensorsx (int or list) – Number of ‘sensors’ or scanning points along the length, the side perpendicular to the collector width (CW) of the module(s) for the back side of the module. If multiple values are passed, first value represents number of front sensors, second value is number of back sensors.
- Returns:
df_row (dataframe) – Dataframe with all values sampled for the row.