Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Why doesn't PSSE recognise _i?

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.