11.1.11.2. pyspice_post_installation

Tool to perform post installation.

class PySpice.Scripts.pyspice_post_installation.CircuitTest[source]

Bases: object

test_spinit()[source]
class PySpice.Scripts.pyspice_post_installation.PySpicePostInstallation[source]

Bases: object

GITHUB_URL = 'https://github.com/FabriceSalvaire/PySpice'
NGSPICE_BASE_URL = 'https://sourceforge.net/projects/ngspice/files'
NGSPICE_MANUAL_OLD_URL = 'https://sourceforge.net/projects/ngspice/files/ng-spice-rework/old-releases/{0}/ngspice-{0}-manual.pdf/download'
NGSPICE_MANUAL_URL = 'https://sourceforge.net/projects/ngspice/files/ng-spice-rework/{0}/ngspice-{0}-manual.pdf/download'
NGSPICE_RELEASE_URL = 'https://sourceforge.net/projects/ngspice/files/ng-spice-rework'
NGSPICE_WINDOWS_DLL_OLD_URL = 'https://sourceforge.net/projects/ngspice/files/ng-spice-rework/old-releases/{0}/ngspice-{0}_dll_64.zip'
NGSPICE_WINDOWS_DLL_URL = 'https://sourceforge.net/projects/ngspice/files/ng-spice-rework/{0}/ngspice-{0}_dll_64.zip'
check_installation()[source]

Tool to check PySpice is correctly installed.

download_example()[source]
download_ngspice_manual()[source]
install_ngspice_dll()[source]
property ngspice_version
run()[source]
PySpice.Scripts.pyspice_post_installation.main()[source]