Alexandre Quenon
Alexandre Quenon
### Description of issue In the [code documentation](https://nidcpower.readthedocs.io/en/stable/nidcpower.html), most of the "autorange"-related parameter are described as `bool`, which is wrong. The correct type is `int`. ### Steps to reproduce issue...
### Check for existing bug reports before submitting. - [X] I searched for existing Bug Reports and found no similar reports. ### Expected Behavior When I open an element and...
### Please make sure this feature request hasn't been suggested before. - [X] I searched previous Issues and didn't find any similar feature requests. ### Feature description I would like...
### Description of issue In the construction or `Session`, the dictionary `options` is processed by a non-public converter object: `_converters.convert_init_with_options_dictionary`. This is basically a mapping to convert the keys from...