Renaming `ask` to `query` has introduced a bug in: https://github.com/clade/ThorlabsPM100/blob/master/ThorlabsPM100/usbtmc.py Now `getName` and `ask_for_value` still try to use the old method, but this results in an exception.
Renaming
asktoqueryhas introduced a bug in:https://github.com/clade/ThorlabsPM100/blob/master/ThorlabsPM100/usbtmc.py
Now
getNameandask_for_valuestill try to use the old method, but this results in an exception.