Skip to content

Bugfix/add tracker rotation limit as separate pvsystem attribute - #32

Merged
javlor merged 3 commits into
mainfrom
bugfix/add-tracker-rotation-limit-as-separate-pvsystem-attribute
Jul 23, 2026
Merged

Bugfix/add tracker rotation limit as separate pvsystem attribute#32
javlor merged 3 commits into
mainfrom
bugfix/add-tracker-rotation-limit-as-separate-pvsystem-attribute

Conversation

@javlor

@javlor javlor commented Jul 17, 2026

Copy link
Copy Markdown
Collaborator

The property tilt of the PVSystem class was used to set the maximum rotation angle of the single-axis trackers. Users of the SDK reported that this was confusing via the support email.

There is now a dedicated field PVsystem.tracker_max_rotation_angle that set the maximum tracker rotation angle in degrees (default is 60 degrees, as before). Only applied when mounting='Tracker'. Replaces the previous use and simplifies it to avoid confusion.

UPDATE:

  • The new field has been renamed from max_rotation_angle to tracker_max_rotation_angle

@javlor

javlor commented Jul 23, 2026

Copy link
Copy Markdown
Collaborator Author

Internal feedback was provided. The feedback was related to the name choice of the new attribute. Finally, the new PVSystem field was selected tracker_max_rotation_angle. Completing and merging the PR.

@javlor
javlor merged commit b54747e into main Jul 23, 2026
14 checks passed
@javlor
javlor deleted the bugfix/add-tracker-rotation-limit-as-separate-pvsystem-attribute branch July 28, 2026 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant