Skip to main content

Pythonic interface to Ansys Motor-CAD.

Project description

PyAnsys Python PyPI GH-CI Codecov MIT Black

Overview

Ansys Motor-CAD is a dedicated design and analysis tool for electric motors. It enables rapid and accurate multiphysics design and analysis of electric machines across the full-operating spectrum.

PyMotorCAD uses a Python JSON-RPC (remote procedure call) interface for Motor-CAD to launch or connect with a Motor-CAD instance, either locally or from a remote machine via HTTP. With PyMotorCAD, you can programmatically create, interact with, and control a Motor-CAD model, with or without using the Motor-CAD GUI.

Documentation and issues

Documentation for the latest stable release of PyMotorCAD is hosted at PyMotorCAD documentation.

In the upper right corner of the documentation’s title bar, there is an option for switching from viewing the documentation for the latest stable release to viewing the documentation for the development version or previously released versions.

You can also view or download the PyMotorCAD cheat sheet. This one-page reference provides syntax rules and commands for using PyMotorCAD.

On the PyMotorCAD Issues page, you can create issues to report bugs and request new features. On the Discussions page on the Ansys Developer portal, you can post questions, share ideas, and get community feedback.

To reach the project support team, email pyansys.core@ansys.com.

Installation

PyMotorCAD has two installation modes: user and developer.

Install in user mode

Before installing PyMotorCAD in user mode, run this command to ensure that you have the latest version of pip:

python -m pip install -U pip

Then, run this command to install PyMotorCAD:

python -m pip install ansys-motorcad-core

Install in developer mode

Installing PyMotorCAD in developer mode allows you to modify the source and enhance it.

Note: Before contributing to this project, ensure that you are familiar with all guidelines in the PyAnsys Developer’s Guide.

To install in developer mode, complete these steps:

  1. Clone the pymotorcad repository with this command:

    git clone https://github.com/ansys/pymotorcad
    cd pymotorcad
  2. Create a fresh-clean Python environment and then activate it with these commands:

    # Create a virtual environment
    python -m venv .venv
    
    # Activate it in a POSIX system
    source .venv/bin/activate
    
    # Activate it in Windows CMD environment
    .venv\Scripts\activate.bat
    
    # Activate it in Windows Powershell
    .venv\Scripts\Activate.ps1
  3. Ensure that you have the latest required build system and documentation, testing, and CI tools with this command:

    python -m pip install -U pip tox
  4. Install the project in editable mode with this command:

    python -m pip install --editable .[tests,doc]
  5. Verify your development installation with this command:

    tox

Testing

This project takes advantage of tox. This tool allows you to automate common development tasks (similar to Makefile), but it is oriented towards Python development.

While Makefile has rules, tox has environments. In fact, tox creates its own virtual environment to guarantee the project’s integrity by isolating anything being tested.

tox commands

Here are commands for running various checks in the tox environment:

  • tox -e style: Checks for coding style quality.

  • tox -e py: Checks for unit tests.

  • tox -e py-coverage: Checks for unit testing and code coverage.

  • tox -e doc: Checks for the documentation-building process.

Raw testing

If required, you can call style commands, such as black, isort, and flake8, or unit testing commands, such as`pytest`_, from the command line. However, using these commands does not guarantee that your project is being tested in an isolated environment, which is why tools like tox exist.

Style checks

The style checks take advantage of pre-commit. Developers are not forced but encouraged to install this tool by running this command:

python -m pip install pre-commit && pre-commit install

Documentation builds

To build documentation, you can run the usual rules provided in the Sphinx Makefile with a command like this:

make -C doc/ html && your_browser_name doc/html/index.html

However, the recommended way of checking documentation integrity is to use a tox command like this:

tox -e doc && your_browser_name .tox/doc_out/index.html

Distribution

If you would like to create either source or wheel files, run the following commands to install the building requirements and execute the build module:

python -m pip install -U pip
python -m build
python -m twine check dist/*

License and acknowledgements

PyMotorCAD is licensed under the MIT license. For more information, see the LICENSE file.

PyMotorCAD makes no commercial claim over Ansys whatsoever. This library extends the capability of Ansys Motor-CAD by adding a Python interface to Motor-CAD without changing the core behaviour or license of the original software. Using PyMotorCAD for interactive control of Motor-CAD requires a legally licensed copy of Motor-CAD.

For more information on Motor-CAD, see the Ansys Motor-CAD page on the Ansys website.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ansys_motorcad_core-0.8.6.tar.gz (86.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ansys_motorcad_core-0.8.6-py3-none-any.whl (113.7 kB view details)

Uploaded Python 3

File details

Details for the file ansys_motorcad_core-0.8.6.tar.gz.

File metadata

  • Download URL: ansys_motorcad_core-0.8.6.tar.gz
  • Upload date:
  • Size: 86.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.15

File hashes

Hashes for ansys_motorcad_core-0.8.6.tar.gz
Algorithm Hash digest
SHA256 92306c52aa4092449494fe2560179ce1988f09ca0ed7794477b1e4702a789b76
MD5 b955c7fc2f051e8cd5d47889c775eb6b
BLAKE2b-256 ccdf43a81617a4811782590e73a9ebaec580516be7a748c5fa1007005e852526

See more details on using hashes here.

File details

Details for the file ansys_motorcad_core-0.8.6-py3-none-any.whl.

File metadata

File hashes

Hashes for ansys_motorcad_core-0.8.6-py3-none-any.whl
Algorithm Hash digest
SHA256 7dbaeb83edb9edd34b2a59108f54079015bd6a1f0926485efa92d3493497875e
MD5 20e4427cc1ac2d87a6152b27b0e19d5b
BLAKE2b-256 e6186bb5503fb8da2abce3d2dc1a34ac1c2968f750a2e890e7236dcdb270bb01

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page