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 nplc to gui #5

Merged
merged 3 commits into from
Apr 22, 2024
Merged

Add nplc to gui #5

merged 3 commits into from
Apr 22, 2024

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    6db6e5c View commit details
    Browse the repository at this point in the history
  2. Stop sending messages to disabled configurations

    This commit means that we will no longer attempt to send messages to
    instruments that have never been configured / are disabled entirely.
    AlexanderWells-diamond committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    0c0e6cb View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Ensure timeout is always sufficiently long

    Previously, when using the default NPLC of 50, the timeout wouldn't have
    been modified and the default timeout is too short.
    
    Also add tests for all NPLC setting code
    AlexanderWells-diamond committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    4875dda View commit details
    Browse the repository at this point in the history