You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The AMI430_3D driver is not aware of changes to the individual axes when snapshotting, leading to inconsistent snapshots where the field recorded in the individual axis instruments in not the same as the field recorded in the 3D instrument.
Hi All,
The AMI430_3D driver is not aware of changes to the individual axes when snapshotting, leading to inconsistent snapshots where the field recorded in the individual axis instruments in not the same as the field recorded in the 3D instrument.
Steps to reproduce
magnet
instrument in the two traces to extract the magnetic field:Expected behaviour
The two values should be:
Actual behaviour
The cache in the AMI430_3D instrument means that the field_2 value still reads (0, 0, 0):
Solution
Use
DelegateParameter
's in the AMI430_3D driver such that the cache is kept up to date.Ping @jenshnielsen and @sohailc (you originally wrote the driver right?)
The text was updated successfully, but these errors were encountered: