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

Fix SignalRW read_pv convert #93

Merged
merged 1 commit into from
Feb 16, 2024
Merged

Fix SignalRW read_pv convert #93

merged 1 commit into from
Feb 16, 2024

Commits on Feb 16, 2024

  1. Fix SignalRW read_pv convert

    The conversion was defaulting to use name + RBV for read_pv,
    which is now not correct.
    
    This fix makes SettingPair pass in the read_record so that
    the pv comes from the template.
    
    It would probably be possible to refactor these classes so that
    more fields are required and checks for None can be removed.
    GDYendell committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    3296ac9 View commit details
    Browse the repository at this point in the history