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

Document setting tick units #80

Open
etatara opened this issue Sep 23, 2022 · 0 comments
Open

Document setting tick units #80

etatara opened this issue Sep 23, 2022 · 0 comments
Assignees
Milestone

Comments

@etatara
Copy link
Member

etatara commented Sep 23, 2022

The RS GUI can show the tick value in different time units. We currently only document this via the Context XML loader mechanism, but can also be done via a ContextBuilder implementation via:

Quantity<?> x = Quantities.getQuantity(1, tech.units.indriya.unit.Units.DAY);
RunEnvironment.getInstance().getCurrentSchedule().setTimeQuantity(x);

Provide a short blurb in the user guide, FAQ, and one of the demo models.

@etatara etatara added this to the v.2.10.0 milestone Sep 23, 2022
@etatara etatara self-assigned this Sep 23, 2022
@etatara etatara modified the milestones: v.2.10.0, v.2.11.0 Jun 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant