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

Fix issues with enums in NI-SCOPE documentation

Open shilohbeeler-NI opened this issue 4 years ago • 1 comments

For a number of the newly added properties in the NI-SCOPE measurement library, enums which are referenced in the property documentation have strange results when run through the codegen replacement. For example, meas_fir_filter_window references the ArrayMeasurement enum mistakenly, and meas_percentage_method doesn't replace the default NISCOPE_* with correctly formatted enum references.

shilohbeeler-NI avatar Aug 07 '20 19:08 shilohbeeler-NI

Other notes from API review:

  • Maybe the possible enums values shouldn't be listed in the documentation at all, just the name of the enums itself?
  • Some issues with enum values having different names in the documentation vs. the actual enum code.

sbethur avatar Aug 10 '20 14:08 sbethur