mirror of
https://github.com/ARM-software/devlib.git
synced 2025-03-21 09:07:50 +00:00
- `Instrument.channels` is a dictionary, we want the values not the keys; this is provded by `list_channels`. - `InstrumentChannel` objects do not have a `measure` attribute. Use `kind` instead.