nnmt.models.Plain

class nnmt.models.Plain(network_params=None, analysis_params=None, file=None)[source]

Plain network model that does not make any assumptions.

Network and analysis parameters are read in, converted to SI units, and the units are stripped off.

See also

nnmt.models.Network
Parent class defining all arguments, attributes, and methods.