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

Implementing 1D sweep with real-time plotting #2

Open
roysoumya687 opened this issue Sep 27, 2024 · 0 comments
Open

Implementing 1D sweep with real-time plotting #2

roysoumya687 opened this issue Sep 27, 2024 · 0 comments
Assignees
Labels
Type: Enhancement New feature or request

Comments

@roysoumya687
Copy link

Planned pseudocode:

  1. check for the lockin status (if idle, then start/if sweeping, abort the request)
  2. set config
  3. start the sweep
    3*. function to do real-time plotting (real_time_plotting)
  4. wait for the duration of the sweep (initial wait + sweep time)
  5. query the lock-in status to check whether the sweep is stopped
  6. return the results

def real_time_plotting(self, refresh time):
query for the data with a given refresh time and plot the results as the sweep is going on.

@roysoumya687 roysoumya687 added the Type: Enhancement New feature or request label Sep 27, 2024
@roysoumya687 roysoumya687 self-assigned this Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant