First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered Jul 11 '12

AaronH gravatar image

Thank you daniel. It works for me but. I had to change the bus numbers to get it working properly.

I had to write this for it to work

loaddata3(1043, '1', [_i, _i, _i, _i], [2.3, _f, _f, _f, _f, _f])

but then I get a new error:

NameError _i not found. I think there is a problem with the solution. Can it be fixed?

Thanks ahead!

click to hide/show revision 2
edit as code

Thank you daniel. It works for me but. I had to change the bus numbers to get it working properly.

I had to write this for it to work

loaddata3(1043,

load_data_3(1043, '1', [_i, _i, _i, _i], [2.3, _f, _f, _f, _f, _f])

_f])

but then I get a new error:

NameError _i not found. found. I think there is a problem with the solution. Can it be fixed?

Thanks ahead!