export_to_ansys_electronics_desktop#
- MotorCAD.export_to_ansys_electronics_desktop(file_path)#
Export the model to a VBS script file that can run in Ansys Electronics Desktop.
- Parameters:
- file_path
str
Absolute filepath for the VSB script file. The default filepath is the Windows directory on the C: drive. The filepath must include the name of the file. To specify a different filepath, use the
r'filepath'
syntax to force Python to ignore special characters.
- file_path