adis16460
- class adi.adis16460(uri='')
Bases:
rx_defADIS16460 Compact, Precision, Six Degrees of Freedom Inertial Sensor
- 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.
- property rx_enabled_channels: List[int] | List[str]
rx_enabled_channels: List of enabled channels (channel 1 is 0)
Either a list of channel numbers or channel names can be used to set rx_enabled_channels. When channel names are used, they will be translated to channel numbers.
- set_rx_trigger(trigger)
Set the trigger for the RX ADC.
This interface is typically used by devices with triggered buffer support that does not have an internal/default trigger
- Args:
- trigger:
Can be Trigger device name or id, an iio.Trigger instance, or wrapper class instance with _ctrl attribute pointing to an iio.Trigger. Set to None to clear the trigger.