LimeDriverBindings/src/limedriver
Kumi fc536126bc
Encode device parameter before channel retrieval
Fixed an issue in the `get_channels_for_device` function where the input
device name wasn't being encoded before passing it to the underlying C
function `getChannelsFromInfo`. This change ensures compatibility with
the expected string encoding, preventing potential runtime errors
related to string handling across the Python-C boundary.
2024-02-17 18:06:55 +01:00
..
__init__.py Updated CI and package import system 2024-02-10 16:32:58 +01:00
__main__.py Updated CI and package import system 2024-02-10 16:32:58 +01:00
hdf_reader.py Removed another debug print. 2024-02-10 17:55:02 +01:00
limedriver.pxd Initial commit. 2024-02-07 16:01:14 +01:00
limedriver.pyx Encode device parameter before channel retrieval 2024-02-17 18:06:55 +01:00