Jump to content
  • 0

Unrecognized property 'Sensitivity' for class 'daq.dt.AnalogInputIEPEChannel'.


Sodanamm

Question

i try to create daq session for DT9837A then found error when add sensitivity to the chanel, can anyone help to fix?

Unrecognized property 'Sensitivity' for class 'daq.dt.AnalogInputIEPEChannel'.

 

 

image.png

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

The DAQ Adaptor for MATLAB does not have a channel Sensitivity function, hence the error message. Instead, you could do your own scaling with some simple math. Let's say you have an array of voltage measurements. Divide the values in the array by 0.00922 to get g's. 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...