Skip to content

External Library

Symbol

Description

External Library

This model allows you to use compiled library as control block in SIMBA (64-bit dll on Windows). The library must export the functions defined in simba_library.h. An example is available here: https://github.com/aesim-tech/simba-python-examples/tree/main/10.%20External%20Library

Library

Control > Code

Pins

Name Description

Parameters

Name Description
NumberOfInputs Number of Inputs
NumberOfOutputs Number of Inputs
LibraryFilePath Path to the Source File
SamplingTime -none or 0: No sampling. The system will be solved in the Newton loop (default).
-auto: Inherit the sampling time of its source device.
-Sampling Period: defined in seconds.