Float as input for load_chng_4?

asked Mar 3 '17

Anna gravatar image

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!