e2nIEE / pandapower

Convenient Power System Modelling and Analysis based on PYPOWER and pandas
https://www.pandapower.org
Other
885 stars 485 forks source link

module 'pandapower' has no attribute 'converter' #115

Closed kalsheh2 closed 6 years ago

kalsheh2 commented 6 years ago

Thoughts? Trying to use "converter.from_mpc"

lthurner commented 6 years ago

You have to import the converter module such as:

import pandapower.converter pandapower.converter.from_mpc

or

import pandapower.converter as converter converter.from_mpc