Alexandre Quenon

Results 4 issues of 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...

bug
API
nidcpower

### 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...

Bug

### 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...

Feature

### 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...

bug