You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Description of issue
nidmm.Session.get_cal_date_and_time
andget_last_cal_temp
are inconsistent with the rest ofnimi-python
.Instead of one method that takes in an enum, we should have two methods for each:
get_ext_cal_last_date_and_time
andget_self_cal_last_date_and_time
.get_ext_cal_last_temp
andget_self_cal_last_temp
Note - this inconsistency was inherited from the C/LabVIEW API.
The text was updated successfully, but these errors were encountered: