Skip to content

Document setting tick units #80

Description

@etatara

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions