Sodanamm Posted April 11, 2024 Posted April 11, 2024 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'.
0 DAQman Posted April 11, 2024 Posted April 11, 2024 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. Sodanamm 1
Question
Sodanamm
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'.
2 answers to this question
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now