-
Notifications
You must be signed in to change notification settings - Fork 87
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
niscope module does not expose calibration info functionality #1463
Comments
Related issue: #1462 |
Internal Bug 1038236: A customer ran into this issue and needs the cal date functionality exposed. |
Could you point me to an equivalent implementation of either of these two in another module? I'm unable to find any. I've got the other two handled but I don't want to try writing the metadata for these two from scratch unless necessary. |
No other module has anything like
Why is NI-SCOPE inconsistent? Great question. |
The following functions exist in NI-SCOPE runtime and can be accessed through a regular (not calibration) session. Yet they are not exposed in
nimi-python
. Equivalent methods are exposed innimi-python
for other driver modules.niScope_CalFetchMiscInfowill be handled in Getting "misc/user defined info" from device not possible through nimi-python APIs #1464When adding to nimi-python, we should make sure they are exposed in a way that is consistent with the other drivers in order to allow duck-typing usage.
NI-SCOPE uses an enum to select between self/external/manufacturing. We probably would be ok exposing self/external only as separate methods like all the other APIs do.
The text was updated successfully, but these errors were encountered: