Sets the filter for variables and parameters which should send from OMI to the client UI
Note: Please maintain the following operation order to avoid problems while simulating: 1. setcontrolclienturl, 2. settransferclienturl, 3. setfilter
Simulation Control Client is a TCP/IP based communication unit to control a simulation runtime using message parsing
As default the ip of a simulation runtime control server is localhost (127.0.0.1) and the port is 10501.
Simulation Control Server is a TCP/IP based communication unit to receive operation messages from a simulation runtime
As default the ip of a simulation runtime control server is localhost (127.0.0.1) and the port is 10500.
The SimulationProject contains all information about a simulation project
which are stored for example in the org.modelica.simulation.projects path of the eclipse
workspace
Use this constructor if you want to generate a SimulationProject object from a SimProject.xml file
Note: Please set the simulation project folder path afterwards
A Simulation Session Configuration will be used to specify needed modifications on model values or simulation settings for a single simulation session.
Simulation Transfer Server is a TCP/IP based communication unit which receives simulation results from a simulation runtime using message parsing
As default the ip of a simulation runtime control server is localhost (127.0.0.1) and the port is 10502.