Metadata-Version: 2.1
Name: passive-auto-design
Version: 0.0.4
Summary: Tools for fast prototyping of radio-frequence passive components
Home-page: https://github.com/Patarimi/PassiveAutoDesign
Author: Patarimi
Author-email: mpqqch@gmail.com
License: UNKNOWN
Description: # PassiveAutoDesign [WIP] [![Build Status](https://ci.appveyor.com/api/projects/status/32r7s2skrgm9ubva/branch/master?svg=true)](https://ci.appveyor.com/project/Patarimi/passiveautodesign)
        Python Script for Fast Design of RF-Passive Components.\
        This script is in an early stage of development. For now, it only works with Windows OS.
        
        Getting started
        ----
        The library required numpy, scipy, yaml and matplotlib (for plotting results). The required versions can be find in _requirements.txt_.\
        Install the library using
        ```
        pip install passive-auto-design
        ```
        Then install [ngspice](http://ngspice.sourceforge.net/download.html).\
        Examples are given in the _examples_ directory.
        
        Library Architecture
        ----
        The Library is composed of four modules:
        
        - The _substrate.py_ file describes the substrate used (or Back End Of Line).
        - The _structure.py_ file describes the rf-structure implemented in a susbtrate (SIW, AF-SIW, Transformers).
        - The _passive_component.py_ describes the rf-component (hybrid coupler, impedance transformers, and (soon ?) filters). It also enables rough geometry design/estimation from given rf specifications.
        - _ng_spice_warper.py_ which eased the use of the ng-spice program.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
