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

RTM waveforms stop on whatever value they're on when asked to stop playing waveform #425

Open
swh76 opened this issue May 1, 2020 · 1 comment
Labels
bug Something isn't working SLAC

Comments

@swh76
Copy link
Collaborator

swh76 commented May 1, 2020

Describe the bug

Need a work around for this, otherwise when users play waveforms and then stop them they will likely be left on an indeterminate bias. More details on the issue are logged on this JIRA ticket:
https://jira.slac.stanford.edu/browse/ESCRYODET-394

@swh76 swh76 added the bug Something isn't working label May 1, 2020
@swh76
Copy link
Collaborator Author

swh76 commented May 1, 2020

@jmdewart I implemented this to stop TES waveforms:

def stop_tes_bipolar_waveform(self, bias_group, **kwargs):

is there a better way to do this such that it always stops with the value the DACs were set to before the TES waveform started playing? Or better to implement in pysmurf by caching the DAC settings or something whenever a waveform starts playing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working SLAC
Projects
None yet
Development

No branches or pull requests

2 participants