commit | 1bc29d7abf48a7ed698fe39f1e8a97fccaa1622b | [log] [tgz] |
---|---|---|
author | Brendan Jackman <brendan.jackman@arm.com> | Tue Apr 25 15:56:14 2017 +0100 |
committer | Brendan Jackman <brendan.jackman@arm.com> | Tue Apr 25 15:58:51 2017 +0100 |
tree | f7618851bbb81cbef681891d0b037b205b6175b5 | |
parent | 391e95cc752d7954906991188aa7cbb52bd9a327 [diff] |
instrument: Fix get_channels method - `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.