Extraction of data from math operation into matlab
Show older comments
I want to extract data afterperforming math operation in agilent DSO X 2004A oscilloscope but I am not able to extract it. I am using IVI driver I have been able to use the same command for extracting data in MATLAB. But in case of Agilent it's not working.
> fetchWaveformMeasurement(dev_Osc, "Math", "VOLTAGE_PEAK_TO_PEAK")
Vendor Driver Error 0xBFFA0067: Unknown physical repeated capability selector.
>> fetchWaveformMeasurement(dev_Osc, "math", "VOLTAGE_PEAK_TO_PEAK")
Vendor Driver Error 0xBFFA0067: Unknown physical repeated capability selector.
fetchWaveformMeasurement(dev_Osc, "Math1", "VOLTAGE_PEAK_TO_PEAK")
Vendor Driver Error 0xBFFA0067: Unknown physical repeated capability selector.
fetchWaveformMeasurement(dev_Osc, "Math2", "VOLTAGE_PEAK_TO_PEAK")
Vendor Driver Error 0xBFFA0067: Unknown physical repeated capability selector.
>>
what should be resource name for math operation as math is not a channel name?
Accepted Answer
More Answers (0)
Categories
Find more on Oscilloscopes in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!