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

Add units to device parameter #6140

Merged

Commits on Jun 12, 2023

  1. Add units to device parameter

    - Add the ability to add unit type for a device parameter.
    - This will be important for server-side deserialization, where the server will need to know what units the float values are in.
    dstrain115 committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    8745a10 View commit details
    Browse the repository at this point in the history
  2. Add units to DeviceParameter

    - This will allow us to do sweeps of parameters that have units,
    such as nanoseconds, or GigaHertz.
    dstrain115 committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    0d4330e View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Configuration menu
    Copy the full SHA
    e545c50 View commit details
    Browse the repository at this point in the history