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.10a2-py3-none-win_amd64.whl (98.7 MB view details)

Uploaded Python 3Windows x86-64

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

Uploaded Python 3

aesim_simba-2026.8.10a2-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.10a2-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for aesim_simba-2026.8.10a2-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 4a60b0e157421d6771636e66f745c07eb67476f9e9a7d52c8df07a0ad9a187dd
MD5 78eece10755419f469ccbd2b3a67b737
BLAKE2b-256 c7c967604c308381d456d3f3088a9548bbcadc956a5d59af9b6515514f1730d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aesim_simba-2026.8.10a2-py3-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 036a0852e4c4172415d1087fe0ca3c40fa2936524a7fd8014ad561e2161eb3f2
MD5 58714ea6c14ea0ab549dab04f13b0c1f
BLAKE2b-256 46a7296b8f979590d07b3096159ca4acc1290ab165dc27b29acc55ed655b5ebb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aesim_simba-2026.8.10a2-py3-none-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 31326b13a65f8c021a0fc0e531af974c4b437f3c4953bdf2e4f1ef1d50bb7d34
MD5 5bc59a0f067248524296e3b6103ad17d
BLAKE2b-256 bcbdf636449055288c6bc38d9060ef495aecfe2140b03f6e6ee81dccf8e52978

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aesim_simba-2026.8.10a2-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ae4e6d75e9015594b9dd01548ded8cdebf8417ed4f80f0378e79a0bbfc7facb0
MD5 fbf1d72869dc7bd66e5f38f8a32ed466
BLAKE2b-256 8433d6a8d2fa429da1f8ce942505d01696850785fbb763cf5e483303586b3fa2

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

2026.8.10a2 This release

4 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