External Library
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
Library
Control > Code
Pins
Name | Description |
---|---|
Parameters
Name | Description |
---|---|
LibraryFilePath | Path to the Source File |
NumberOfInputs | Number of Inputs |
NumberOfOutputs | Number of Output |
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. |