adis16495
- class adi.adis16495(uri='', device_name=None, trigger_name=None)
Bases:
adis16XXX
ADIS16495-X Tactical Grade, Six Degrees of Freedom Inertial Sensor
This class is compatible with the following parts: - adis16495-1 - adis16495-2 - adis16495-3
- Args:
uri: URI of IIO context with ADIS16495 device device_name: Name of the device in the IIO context. Default is adis16495-1 trigger_name: Name of the trigger in the IIO context. Default is adis16495-1-dev0
- rx()
Receive data from hardware buffers for each channel index in rx_enabled_channels.
- returns: type=numpy.array or list of numpy.array
An array or list of arrays when more than one receive channel is enabled containing samples from a channel or set of channels. Data will be complex when using a complex data device.