Skip to content

RadialEngineering/QSPICE-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

QSPICE-library

Text files for QSPICE libraries.

QSPICE supports existing LTSPICE models as long as they include .model statements. There are two primary methods for using these models:


Method 1: Using Text Files with Listed Models

This method involves creating a text file that contains multiple .model statements. You can then select the desired model within the QSPICE schematic editor.

See Standard.bjt for an example on what the text file looks like.

Use the text files from this repository to follow the tutorial images below:

Method 1 - Step 1 Method 1 - Step 2

Method 2 (better method): Importing Models and Creating Symbols

This method involves importing a .model statement directly into the QSPICE schematic and generating a symbol for it. These symbols (.qsym files) can be selected from the Symbol Browser in QSPICE.

Use the .qsym files from this repository to follow the tutorial images below:

Method 2 - Step 1 Method 2 - Step 2

Notes on Symbol Selection

There are two symbol usage styles in QSPICE:

  • .model embedded method:

    • One device per symbol
    • Drag symbol into schematic and use directly
  • Selection guide method:

    • Multiple devices per symbol
    • Right-click on symbol to choose model from selection guide
    • Only supported for certain standard QSPICE devices

In the selection guide method, the symbol file (.qsym) does not contain the .model directly. Instead, it references a library file that includes multiple .model definitions.


Additional Resources

You can also find additional models across various GitHub repositories.

About

Text files for QSPICE libraries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors