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

DecaDAC ramp parametrization, interruption, set_dac, trigger results in uncontrolled ramp #109

Closed
paulsurrey opened this issue Nov 4, 2024 · 1 comment
Assignees
Labels
bug Something isn't working question Further information is requested

Comments

@paulsurrey
Copy link

When starting a DecaDAC ramp but a trigger is not send to the DecaDAC, then the ramp is still armed.
A voltage set command also changes the ramp range. It is changed to the full output range (

self.ask_raw(f"U65535;L0;D{code};")
). And the ramps slope is not set to 0.
Thus, if then a trigger is given, the DecaDAC starts to ramp to one of the bounds of its output range.

paulsurrey pushed a commit to paulsurrey/QuMADA that referenced this issue Nov 4, 2024
@THuckemann THuckemann added bug Something isn't working question Further information is requested labels Jan 3, 2025
@THuckemann
Copy link
Collaborator

Used Paul's fix. Seems to work.

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

No branches or pull requests

2 participants