modelica / dcp-standard

Specification of the Distributed Co-Simulation Protocol (DCP)
https://www.dcp-standard.org
14 stars 3 forks source link

GET/SET internal state #6

Open debuti opened 5 years ago

debuti commented 5 years ago

DCP lacks a mechanism to get and set the internal state of the slave, just as FMU does (2.1.8 section of FMU 2.0 standard)

In some situations where reconfigurations are needed this feature is a must.

martinkrammer commented 3 years ago

This feature is technically very similar to tunable parameters in DCP. Setting an internal state could be linked to a point in time (which is currently not possible), applicable for SRT/HRT. In NRT the behaviour would be similar to FMI. Could be linked to capability flag.

martinkrammer commented 3 years ago

Clarification: Discussion is not about DCP-states, but about system states (internal state of simulation subsystem)

Some more information (use case) would be good to learn about the intent of this request.