nimi-python icon indicating copy to clipboard operation
nimi-python copied to clipboard

AttributeError: 'Session' object has no attribute 'configureMeasurementDigits'

Open thejcannon opened this issue 4 years ago • 1 comments

Following the example at https://nimi-python.readthedocs.io/en/master/nidmm.html#installation

I receive the following stack trace:

Traceback (most recent call last):
  File "nidmm-example.py", line 3, in <module>
    session.configureMeasurementDigits(nidmm.Function.DC_VOLTS, 10, 5.5)
AttributeError: 'Session' object has no attribute 'configureMeasurementDigits'

thejcannon avatar Jun 02 '20 19:06 thejcannon

The name of the function is 'configure_measurement_digits'. The example should be updated.

ni-jfitzger avatar Jun 05 '20 15:06 ni-jfitzger