First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
Why python do not recognise _i ?
psspy.bus_data_2(12000,[1,3,_i,_i],[220.0, vpu,angle],"B1")
when I hardcode the script to a fix value below, it works
psspy.bus_data_2(12000,[1,3,1,1],[220.0, vpu,angle],"B1")
The reason I would like to get around this is so that I don’t have to specify the values that are considered default values.