Zebel 1 Posted September 4, 2020 Share Posted September 4, 2020 Hi all hope you are all doing well. I need to use the SDK and measure all this measurements but apparently there are no functions to calculate for example AC RMS values to call. do i need to come up with my formula or is there any function that can return all the following values ? thank you. Link to post Share on other sites
1 attila 487 Posted September 4, 2020 Share Posted September 4, 2020 Hi @Zebel The WF SDK provides raw data and network/impedance analysis. The measurements and others are implemented in the WF app. In custom app the measurements needs to be implemented. You could eventually use instead custom app the Script tool in the WF app to access the measurements, like: var acrms = Scope.Channel1.measure("ACRMS") Link to post Share on other sites
0 Zebel 1 Posted September 4, 2020 Author Share Posted September 4, 2020 thank you for your fast response. is there any document that I can look to see what I need to feed in for measurements like "ACRMS" that you provide in the example? thank you. Link to post Share on other sites
0 attila 487 Posted September 7, 2020 Share Posted September 7, 2020 Hi @Zebel http://www.radioradar.net/en/measurements_technics/oscilloscope_measurement_fundamentals.html Zebel 1 Link to post Share on other sites
0 Zebel 1 Posted September 9, 2020 Author Share Posted September 9, 2020 When you say we could call these (like the "ACRMS" that you stated as example) from the Scripts section, it's still part of GUI right, I understand we cannot use these keywords from our C or python code, is that correct? We are planning to use the SDK to incorporate Analogue Discovery into our existing software to measure various hardware parameters. It would be great if we have libraries exposing functions to measure frequency, ACRMS (and other measurements that are chosen in the screen shot shared, but not limited to these). Does the dwf.lib include the functions for these "Defined measurements" ("Frequency", "ACRMS" etc) as the GUI calls it. If so, could you share examples on how to use them. If the measurement functions are not part of the dwf library, then could you share the c/python code for all these "Defined measurements". Link to post Share on other sites
0 attila 487 Posted September 10, 2020 Share Posted September 10, 2020 Hi @Zebel The measurements are available only in the app and not from sdk. Link to post Share on other sites
Question
Zebel 1
Hi all
hope you are all doing well.
I need to use the SDK and measure all this measurements but apparently there are no functions to calculate for example AC RMS values to call.
do i need to come up with my formula or is there any function that can return all the following values ?
thank you.
Link to post
Share on other sites
5 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