First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
You can record python activities, and then use the record as a template. For scaling you have the option also of including incremental changes. If the load is 1000 MW then the command for increasing by 100 MW is
psspy.scal_2(0,1,2,[_i,3,0,1,0],[ 100.0,0.0,0.0,0.0,0.0,0.0,0.0])
where the 3 denotes an incremental change. You can then use your preferred method for solving the case, for example
psspy.fnsl([1,0,0,1,1,0,99,0])