Change or scale load of a zone.
Hi everyone. What function can I use to change or scale load of a zone (in python) ? I read "API", but I don't see any functions to do this, it only change or scale load of a bus. Thanks !
Hi everyone. What function can I use to change or scale load of a zone (in python) ? I read "API", but I don't see any functions to do this, it only change or scale load of a bus. Thanks !
You need to first define a subsystem for your zone(s) using ZSYS, then use the SCAL_2 function to scale your selected subsystem.
Thank you !