Description of gsim: Rozdiel medzi revíziami

Z Kiwiki
Skočit na navigaci Skočit na vyhledávání
Riadok 1: Riadok 1:
 
''gsim'' is simulation pre/post processor for [http://www.gpleda.org/tools/gschem/index.html gschem], [http://ngspice.sourceforge.net/ ngspice] and [http://matplotlib.sourceforge.net/ matplotlib] based on Python. Allows easy control of simulation process directly from the circuit in ''gschem'' or interactively in Python environment.
 
''gsim'' is simulation pre/post processor for [http://www.gpleda.org/tools/gschem/index.html gschem], [http://ngspice.sourceforge.net/ ngspice] and [http://matplotlib.sourceforge.net/ matplotlib] based on Python. Allows easy control of simulation process directly from the circuit in ''gschem'' or interactively in Python environment.
  
Contains a set of predefined components for gschem
+
''gsim'' contains a set of predefined components for ''gschem'' and python scripts 
* for graphic output - instant graphic components  
+
* for simple graphic output directly from ''gschem'' - instant graphic components  
** amplitude-phase characteristic  
+
** plotter for amplitude-phase characteristic  
** 2/4 channel scope
+
** 2/4 channel analog scope
** digital scope, x/y scope
+
** digital scope, x/y parametric scope
** etc
 
 
* for input of analog and digital blocks of XSpice simulator. Enables the creation of hybrid models, consisting of discrete, block and logic components and their use as regular components in gschem.
 
* for input of analog and digital blocks of XSpice simulator. Enables the creation of hybrid models, consisting of discrete, block and logic components and their use as regular components in gschem.
 
+
* simple *.sch files parser
gsim contains
 
* *.sch files parser
 
 
** generates list of a part of the schematics (components, connections...)
 
** generates list of a part of the schematics (components, connections...)
 
* *.net file parser with preferences
 
* *.net file parser with preferences
 
** allow use of real components in the simulation
 
** allow use of real components in the simulation
** corrects the order of pins for the simulation by pin name (eg diode - Anode, Anoda, AN, A = 1)
+
** corrects the order of pins for the simulation by real pin name (eg diode - Anode, Anoda, AN, A), eliminates problems with different components for simulation and  real proposal of the circuit
** eliminates problems with different components for simulation and  real proposal of the circuit
 
 
** generates block models for XSpice in their specific format based on the components attributes
 
** generates block models for XSpice in their specific format based on the components attributes
  
Riadok 22: Riadok 18:
 
* set of inherited classes for easy data manipulation (simulation results) in the interactive mode
 
* set of inherited classes for easy data manipulation (simulation results) in the interactive mode
  
gsim is in an early experimental version, it is intensively tested and continuously developed. Please notice, this is conceptual proposal which will be extended in the future.
+
''gsim'' is in an early experimental version, it is intensively tested and continuously developed. Please notice, this is conceptual proposal which will be extended in the future.
  
 
Thanks to the authors of gEDA project, ngspice, matplotlib, python, and scipy, only thank to their superior and excellent work, it was possible to integrate all components into a compact system, usable at the present time.
 
Thanks to the authors of gEDA project, ngspice, matplotlib, python, and scipy, only thank to their superior and excellent work, it was possible to integrate all components into a compact system, usable at the present time.
  
 
itPK - Team
 
itPK - Team

Verzia zo dňa a času 00:07, 19. február 2010

gsim is simulation pre/post processor for gschem, ngspice and matplotlib based on Python. Allows easy control of simulation process directly from the circuit in gschem or interactively in Python environment.

gsim contains a set of predefined components for gschem and python scripts

  • for simple graphic output directly from gschem - instant graphic components
    • plotter for amplitude-phase characteristic
    • 2/4 channel analog scope
    • digital scope, x/y parametric scope
  • for input of analog and digital blocks of XSpice simulator. Enables the creation of hybrid models, consisting of discrete, block and logic components and their use as regular components in gschem.
  • simple *.sch files parser
    • generates list of a part of the schematics (components, connections...)
  • *.net file parser with preferences
    • allow use of real components in the simulation
    • corrects the order of pins for the simulation by real pin name (eg diode - Anode, Anoda, AN, A), eliminates problems with different components for simulation and real proposal of the circuit
    • generates block models for XSpice in their specific format based on the components attributes
  • in interactive mode substitutes parameters of components (functions setPAR, setTRAN, setAC …)
  • set of referenced classes gsim_PLOT for implementing instant-graphic components
  • set of inherited classes for easy data manipulation (simulation results) in the interactive mode

gsim is in an early experimental version, it is intensively tested and continuously developed. Please notice, this is conceptual proposal which will be extended in the future.

Thanks to the authors of gEDA project, ngspice, matplotlib, python, and scipy, only thank to their superior and excellent work, it was possible to integrate all components into a compact system, usable at the present time.

itPK - Team