History log of /external/devlib/devlib/instrument/daq.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0d61ee5951d6b25e9957f1e0aae4cd560862d542 26-Apr-2017 Brendan Jackman <brendan.jackman@arm.com> daq: Rename sampling_rate->sample_rate_hz

For consistency with the new Instrument.sample_rate_hz attribute.
/external/devlib/devlib/instrument/daq.py
49b547a7f677cfda2a1136a5c6f1b61004f38c49 26-Apr-2017 Brendan Jackman <brendan.jackman@arm.com> instrument: Add sample_rate_hz attribute for CONTINUOUS instruments
/external/devlib/devlib/instrument/daq.py
390a544a92095ed26ef1815c9557c7315d94d121 02-Sep-2016 Sergei Trofimov <sergei.trofimov@arm.com> instrument: allow specifying channels in reset()

Prior to this commit, measurements to be collected were specified via
"sites" and "kinds" parameters. This has the limitation that if you
wanted measurments of kind X from site A and kind Y from site B, you'd
have to specify them as

reset(sites=['A', 'B'], kinds=['X', 'Y'])

Which would have the effect of also collecting measurments Y for site A
and measurments X for site B. This commit adds the option of specifying
individual channels, via thier labels, e.g.

reset(channels=['A_X', 'B_Y'])

so that only the channels you're interested in will be collected.
/external/devlib/devlib/instrument/daq.py
4e6afe960b0540a0e9781bdfbd82352ff157d248 09-Oct-2015 Sergei Trofimov <sergei.trofimov@arm.com> devlib initial commit.
/external/devlib/devlib/instrument/daq.py