load_magnetisation_curves#
- MotorCAD.load_magnetisation_curves(file_path)#
Load the magnetization curves from a text file.
This method is for switched reluctance machines (SRMs) only.
- Parameters:
- file_path
str
Full path to the text file, including the file name. Use the
r'filepath'
syntax to force Python to ignore special characters.
- file_path