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

nidmm.Session.get_cal_date_and_time and get_last_cal_temp is different from other nimi-python drivers #1462

Open
marcoskirsch opened this issue May 21, 2020 · 0 comments · May be fixed by #1498

Comments

@marcoskirsch
Copy link
Member

Description of issue

nidmm.Session.get_cal_date_and_time and get_last_cal_temp are inconsistent with the rest of nimi-python.
Instead of one method that takes in an enum, we should have two methods for each:

  • get_ext_cal_last_date_and_time and get_self_cal_last_date_and_time.
  • get_ext_cal_last_temp and get_self_cal_last_temp
    Note - this inconsistency was inherited from the C/LabVIEW API.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment