First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
Hi!
I'm trying to import some small values for P and Q from Excel to PSS/E by using loadchng4(i, id, intgar, realar). I want to define them as float since the numbers are so small (and were defined as zero when using int) but I get:
raise AttributeError(attr) AttributeError: float
How can I get around this problem?
Thanks in advance!