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?