adis16495
- class adi.adis16495.adis16495(uri='', name='adis16495-3')
Bases:
adi.rx_tx.rx
,adi.context_manager.context_manager
ADIS16495 Precision, Miniature MEMS IMU.
- property accel_x
Value returned in m/s^2.
- property accel_x_calibbias
User bias adjustment for the x-axis.
- property accel_x_calibscale
User scale adjustment for the x-axis.
- property accel_x_filter_low_pass_3db_frequency
Value returned in HZ.
- property accel_y
Value returned in m/s^2.
- property accel_y_calibbias
User bias adjustment for the y-axis.
- property accel_y_calibscale
User scale adjustment for the y-axis.
- property accel_y_filter_low_pass_3db_frequency
Value returned in HZ.
- property accel_z
Value returned in m/s^2.
- property accel_z_calibbias
User bias adjustment for the z-axis.
- property accel_z_calibscale
- property accel_z_filter_low_pass_3db_frequency
Value returned in HZ.
- property anglvel_x
Value returned in radians per second.
- property anglvel_x_calibbias
User bias adjustment for the x-axis.
- property anglvel_x_calibscale
User scale adjustment for the x-axis.
- property anglvel_x_filter_low_pass_3db_frequency
- property anglvel_y
Value returned in radians per second.
- property anglvel_y_calibbias
User bias adjustment for the y-axis.
- property anglvel_y_calibscale
User scale adjustment for the y-axis.
- property anglvel_y_filter_low_pass_3db_frequency
Value returned in HZ.
- property anglvel_z
Value returned in radians per second.
- property anglvel_z_calibbias
User bias adjustment for the z-axis.
- property anglvel_z_calibscale
User scale adjustment for the z-axis.
- property anglvel_z_filter_low_pass_3db_frequency
Value returned in HZ.
- property current_timestamp_clock
Current_timestamp_clock: Source clock for timestamps.
- get_accel_x()
Value returned in m/s^2.
- get_accel_y()
Value returned in m/s^2.
- get_accel_z()
Value returned in m/s^2.
- get_anglvel_x()
Value returned in radians per second.
- get_anglvel_y()
Value returned in radians per second.
- get_anglvel_z()
Value returned in radians per second.
- get_temp()
Value returned in millidegrees celsius.
- property sample_rate
Sample_rate: Sample rate in samples per second.
- property temperature
Value returned in millidegrees celsius.