Skip to content

POLYU-EMLAB/maxwell-control-program-py

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%