Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

SIMBA Python API

The Simba Python Module (aesim.simba) is a Python package that contains hundreds of functions providing direct access to SIMBA such as creating a circuit, modifying parameters, running a simulation, and retrieving results. aesim.simba is independent and does not require to have SIMBA installed to be used.

Installation

The easiest way to install the Python API is using pip:

pip install aesim.simba

Requirements

The current version of aesim.simba is compatible with Windows, macOS and Linux (64-bit).

Activation

The deployment key available on your account profile page must be used to activate aesim.simba. Two methods are available:

Using Environment Variable

The easiest way to activate pysimba is to set the environment variable SIMBA_DEPLOYMENT_KEY value to your deployment key. To add a new environment variable in Windows:

  • Open the Start Search, type in “env”, and choose “Edit the system environment variables”:
  • Click the “Environment Variables…” button.
  • Set the environment variables as needed. The New button adds an additional variable.

Code-based Activation

The License API can be also used to activate aesim.simba.

from aesim.simba import License
License.Activate('*** YOUR DEPLOYMENT KEY ***')

API Documentation

The API documentation is available here.

Performance

Running a simulation using the Python API is significantly faster than using the SIMBA User Interface because there is no overhead.

Quick Example

The following example opens the Flyback Converter Example available in SIMBA, runs it, and plots the output voltage.

#%% Load modules
from aesim.simba import DesignExamples
import matplotlib.pyplot as plt

#%% Load project
flybackConverter = DesignExamples.DCDC_Flyback()

#%% Get the job object and solve the system
job = flybackConverter.TransientAnalysis.NewJob()
status = job.Run()

#%% Get results
t = job.TimePoints
Vout = job.GetSignalByName('R2 - Instantaneous Voltage').DataPoints

#%% Plot Curve
fig, ax = plt.subplots()
ax.set_title(flybackConverter.Name)
ax.set_ylabel('Vout (V)')
ax.set_xlabel('time (s)')
ax.plot(t,Vout)

# %%

More Examples

A collection of simple Python script examples using the SIMBA Python API is available on this GitHub repository

Copyright (c) 2019-2020 AESIM.tech

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

aesim_simba-2026.8.10a1-py3-none-manylinux1_x86_64.whl (72.2 MB view details)

Uploaded Python 3

aesim_simba-2026.8.10a1-py3-none-macosx_11_0_arm64.whl (55.4 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

File details

Details for the file aesim_simba-2026.8.10a1-py3-none-manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for aesim_simba-2026.8.10a1-py3-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 aff385ca190cee65bbb371a91ae89cce00d28a6e6f01fe65bc24edcd8015db11
MD5 e5ffb866d52d83b8ef17e7511098a366
BLAKE2b-256 c697ab866f9ae5af84d10280fddf4dc4b626f82e566d28cafe21815b463ef158

See more details on using hashes here.

File details

Details for the file aesim_simba-2026.8.10a1-py3-none-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for aesim_simba-2026.8.10a1-py3-none-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 66fbc07642bccffd994ca3ebaea44b89a12828e0d17a367d325e28b7277e0b7f
MD5 bbd4f54fcbef1388de176a299277baa0
BLAKE2b-256 86b8c1025d4911581ba2c3eb4db62443d8063f9ed77400dbcd88cdc193a99859

See more details on using hashes here.

File details

Details for the file aesim_simba-2026.8.10a1-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for aesim_simba-2026.8.10a1-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1ff02028ec0e8453d3f0fa9af2ce0f625d980025ff3fc8ae63b70b08e95b6f6e
MD5 a31779c87a09a735d815631b79b916dc
BLAKE2b-256 90497209aa61c4505af6da463c034d85b25e0674d795eff3fda5d1fe0c463a5c

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

2026.8.10a1 This release

3 files

2026.7.22

4 files

2026.3.25

3 files

2025.11.18

4 files

2025.6.28

4 files

2025.4.8

3 files

2025.3.28

4 files

2025.1.22

2 files

2025.1.10

3 files

2024.12.25

2 files

2024.11.22

3 files

2024.9.6

3 files

2024.5.31

2 files

2024.2.9

2 files

2024.1.31.3

2 files

2023.12.13

2 files

2023.11.30

2 files

2023.8.31

3 files

2023.5.19

2 files

2023.1.31

3 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page