mirror of
https://github.com/ARM-software/devlib.git
synced 2025-09-02 10:01:53 +01: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.