Hi Wolf, 1. I want to do something between the UPS and DNS sequence, is there some flag? - There is no flag. One way to allow yourself to do something in between UPS and DNS sequence is to explicitly switch between the "USS_measurement_capture_sequence_ch0" and "USS_measurement_capture_sequence_ch1" capture sequences instead of using the "USS_measurement_capture_sequence_ch0_ch1" capture sequence. Switching between ch0 and ch1 explicitly will allow you to implement what you want in between measurements (ex. assert ch0 ->[implement your additional code]->assert ch1). APIs will be provided in future releases that will allow the handling of events such as these. 2. What format is the data in the storage area of 'pCapturesBuffer'? I got some data,could you give me an example on how to convert these data to the amplitude? -The data is in 16 bit 2's compliment format. You should be able to change the data format in the window you are viewing to see the amplitude data. Please let me know if you have any more questions. Thanks! -Mitch
↧