load_external_model_lab#
- MotorCAD.load_external_model_lab(file_path)#
Load an external model data file.
This parameter is used when the Lab link type is set to
Custom
orAnsys Maxwell
.- Parameters:
- file_path
str
Full path to the data file, including the file name. Use the
r'filepath'
syntax to force Python to ignore special characters.
- file_path