Home | History | Annotate | Download | only in doc

Lines Matching full:channels

7 or more channels. An ``Instrument`` may support ``INSTANTANEOUS`` or
44 # each of the channels configured during reset()
57 channels. An ``Instrument`` may support ``INSTANTANEOUS`` or ``CONTINUOUS``
76 Channels that have been activated via ``reset()``. Measurements will only be
77 collected for these channels.
88 Returns channels for a particular ``measure`` type. A ``measure`` can be
102 .. method:: Instrument.reset(sites=None, kinds=None, channels=None)
108 If ``channels`` is provided, it is a list of names of channels to enable and
111 Otherwise, if one of ``sites`` or ``kinds`` is provided, all channels
113 channels of the given kinds at the given sites are enabled.
115 If none of ``sites``, ``kinds`` or ``channels`` are provided then all
116 available channels are enabled.
147 will be the same as the order of channels in ``Instrument.active_channels``.
173 Sample rate of the instrument in Hz. Assumed to be the same for all channels.
200 The list of available channels can queried with