MsxFile#
module wntr.epanet.msx.io
- class MsxFile[source]#
Bases:
object
An EPANET-MSX input file reader.
Class Methods
Read an EPANET-MSX input file (.msx) and load data into a MsxModel.
Write an MSX input file.
- classmethod read(msx_filename, rxn_model=None)[source]#
Read an EPANET-MSX input file (.msx) and load data into a MsxModel. Only MSX 2.0 files are recognized.