While testing the VarFollowInverter property, I noticed that once I set VarFollowInverter=yes to a PVSystem, all other PVSystems defined after it would follow the same behaviour, even if I explicitly declare VarFollowInverter=no to these other PVSystems. However, if I use a different InvControl for these following PVSystems, then this problem does not happen. Is this intentional or not?
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yes. It is thought that the PVSystems under a given InvControl would behave similarly. To alter the behavior, it is (as you found) necessary to control other PVSystems with a different InvControl.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
While testing the VarFollowInverter property, I noticed that once I set VarFollowInverter=yes to a PVSystem, all other PVSystems defined after it would follow the same behaviour, even if I explicitly declare VarFollowInverter=no to these other PVSystems. However, if I use a different InvControl for these following PVSystems, then this problem does not happen. Is this intentional or not?
Thanks.
Yes. It is thought that the PVSystems under a given InvControl would behave similarly. To alter the behavior, it is (as you found) necessary to control other PVSystems with a different InvControl.
Thank you for the clarification.