Extraction of data from math operation into matlab
Afficher commentaires plus anciens
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?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Oscilloscopes dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!