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

Adjust to use table packing in utils #17

Conversation

evalott100
Copy link
Contributor

Closes #16

Should only be merged after PandABlocks/PandABlocks-client#52

This does now mean we do a lot more re-ordering of the list,
but the alternative is to keep two lists which would more easily
become out of sync.
This applies to any PandA field that returns us a label field.
Tests updated to accomodate this.
Also fixes some mypy errors in tests
Also upgrade to newest pythonSoftIoc which includes waveform of
strings support.
Also adjust typing of some test fixtures to better indicate that
the order of items is important
Also raise exception if initial connect fails.
Also improves the IOC startup, by waiting for a signal rather than
just a flat sleep timer
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.

Adjust to using Pandablocks-client for pack and unpack
4 participants