Hi,
I am working on an application that involves impedance measurement (EIS). In the example code posted on Github (https://github.com/analogdevicesinc/aducm355-examples/tree/master/examples/ApplicationExamples/M355_ECSns_EIS), the frequency sweep function sets the start/stop frequency and number of sweep points in this frequency range.
I need to control the time the impedance measurement takes at each frequency. I want to be able to prolong or reduce the time the impedance measurement takes at a particular frequency. For example, if the default time for impedance measurement is 2 sec, the number of sine cycles during that time for a 1Hz frequency would be 2. I want to be able to increase it or decrease it, so that I can test my sensors with varying lengths of sine signals. How can I do this?
Thanks.