Jay Fitzgerald
Jay Fitzgerald
I haven't committed the results of `tox -e codegen`. I can do that when there's agreement on the contents of rep_caps.rst.mako.
committed the results of tox-e codegen as requested.
The PR linked above addressed this issue for properties, but not methods. But looking at [the latest documentation](https://nimi-python.readthedocs.io/en/master/nifgen/class.html#methods), several methods have tips that mention they can be called on specific...
It looks like [tox-wheel](https://pypi.org/project/tox-wheel/) is the way to do this. It's an external plugin. It was decided to implement support externally, before trying to add the functionality to tox core....
Discussed this a bit with @marcoskirsch. We'll probably want to either make `codegen_method` a list or create a new metadata field that determines which classes a method should be rendered...
My guess: change this line: https://github.com/ni/nimi-python/blob/f3324c733daaa52f7d7d2cc6a131d2268f77404d/build/helper/metadata_filters.py#L251 to ` if x['direction'] == 'out' and (options_to_use['skip_output_parameters'] or not x['use_in_python_api']):`
@marcoskirsch is #1610 not sufficient to address this? It seems to me like it addressed the 2 concerns you mentioned for attributes and methods. The examples given leave the iterable...
The name of the function is 'configure_measurement_digits'. The example should be updated.
Unfortunately, @marcoskirsch, if we discussed what the correct solution is, I've already forgotten it.
It turns out that the only enums found to have converters in _converters.py are `isolation_state` and `lcr_impedence_autorange`. At this point, neither of those attributes is listable (advanced sequences don't support...