Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User story: configure the continuity of service level #49

Open
xmirabel opened this issue Feb 22, 2023 · 0 comments
Open

User story: configure the continuity of service level #49

xmirabel opened this issue Feb 22, 2023 · 0 comments

Comments

@xmirabel
Copy link

xmirabel commented Feb 22, 2023

NEED

It should be possible to avoid, by configuration, simulation experiment stopping because of a model fatal error, in order to be able to disengage the concerned model, debug it and then reengage it at the same point of the experiment.

DESCRIPTION

As a OSP user
I want to be able to configure the continuity of service level for the whole execution (the default one), or a given slave family. The choice is at least among: - full continuity of service
So that a specific continuity of service level is applied to any slave family, when specified, or else, a default continuity of service level is applied to the others.

EXAMPLE OF CONFIGURATION SYNTAX

In the OspSystemStructure XML structure:

  • a new optional attribute of "Simulators" called "defaultContinuityOfService" should allow to choose between "production" (the default one) and "full" ;
  • a new optional attribute of "Simulator" called "familyContinuityOfService" should allow to choose between "production" (the default one) and "full": in this case, the simulator family (all instance of the same the fmu) is set ;
    When familyContinuityOfService is specified for one instance of a family, it has priority under default value of the other instances of the family.
<OspSystemStructure [...]>
...
    <Simulators defaultContinuityOfService="full">
        <Simulator name="model1" familyContinuityOfService="production" source="model.fmu" stepSize="0.0005"/>
        <Simulator name="model2" source="model.fmu" stepSize="0.0005"/>
        ...
    </Simulators>
      ...
</OspSystemStructure>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant