Empower the Aimsun Next simulation with Aimsun Advanced Programming Interface (API)
December 2021: The Aimsun Next API is a collection of functions, in Python or C++, that allow users to read information and perform actions during the mesoscopic, microscopic or hybrid mesoscopic-microscopic simulation.
Switching to Python 3

May 2021: Python 2 reached end-of-life status in January 2020. Tessa Hayman gives you some tips on getting your script Python 3-ready for optimum performance in Aimsun Next
Scripting with time series
March 2021: Tessa Hayman guides you through the complexity of handling time series via Python scripting and explains how to create your custom time series in a way that can be visualized in the UI.
How to use template scripts for fast visualization of signalized nodes

January 2020: There are various scripts available in the template: Margarida Delgado explains how Script nº 10 can speed up the process of filtering and viewing signalized nodes.
Python: from function to attribute

August 2016: You may be familiar with creating attributes within objects in an Aimsun Next model but you can also add a column to an object where a value is returned based on Python code, allowing you to calculate a value on the fly.