Skip to content

Files

Latest commit

 

History

History
31 lines (21 loc) · 708 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 708 Bytes

Maxwell-control-program-py

Maxwell-control-program-py 是ANSYS Electronics 2020中Maxwell使用的控制程序。

本程序使用ANSYS Electronics自带的python环境,自带的第三方包有:

  • Numpy
  • Scipy
  • Matplotlib

安装

不需要安装。

使用

请使用单个文件

import foobar

foobar.pluralize('word') # returns 'words'
foobar.pluralize('goose') # returns 'geese'
foobar.singularize('phenomena') # returns 'phenomenon'

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT