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

Various fixes for tests #3

Merged
merged 8 commits into from
Sep 16, 2024
Merged

Conversation

BrianJKoopman
Copy link

This was the expected mode before 'acq' became the default. Fixes an issue with
the init test.
This ends up hanging on the auto-reconnection otherwise. This was a bit
unexpected, as test_mode should break us out before another communication.
This makes it look like initialize happened twice, since the message included
in the return is also logged in the same place.
This was commented because it was causing issues, but we should just drop it
altogether. It's better that 'init' doesn't loop forever until a connection is
made. Rather it should fail and report as failed.
This was missing, but needed since it's checked in init(). This is maybe a bit
of a hack, but by setting to 0 we skip setting 'acq_params' and end running
with the default three channel query given by the the default 'channels' on
'monitor_output()'. This is the old behavior before the addition of
'ScpiPsuInterface'.
@CAWNoodle CAWNoodle merged commit 869810b into TexMExLab:UTAustin Sep 16, 2024
@BrianJKoopman BrianJKoopman deleted the koopman/UTAustin branch September 16, 2024 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants