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

GateControlList parameters are mutable but handleParameterChange is not implemented #996

Open
haug-den-lucas opened this issue Oct 1, 2024 · 0 comments

Comments

@haug-den-lucas
Copy link
Contributor

haug-den-lucas commented Oct 1, 2024

As stated in the title, the parameters of a GateControlList are marked as @mutable which suggests that these parameters can be changed during runtime:

object durations @mutable @unit(s) = default([]); // List of entry durations, e.g. [4ms, 2ms, 2ms, 2ms]
object gateStates @mutable = default([]); // List of gate states, e.g. ["10000000", "01111111", "10000000", "01111111"]

However, parameter changes are ignored, so either:

  • The parameters should not be marked as mutable
  • handleParameterChange should be implemented
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