LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

IVI DMM: ConfigureMessurement fails with "Does not support this class-compliant feature: method %1"

Hello,

I'm using the Agilent 34980A Switch/DMM device. Agilent offers an IVI COM/C driver, which should support IviSwitch and IviDMM commands. As far as I've tested this driver IviSwitch is supported. With IviDMM following problem occurs: When I configure the DMM using

IviDmm_ConfigureMeasurement (sessionDMM1, IVIDMM_VAL_FREQ, IVIDMM_VAL_AUTO_RANGE_ON, 0.0001);

I get a fatal runtime error:

 NON-FATAL RUN-TIME ERROR:   "bandbreite.c", line 197, col 5, thread id 0x00000A98:   Function IviDmm_ConfigureMeasurement: (return value == -1074135023 [0xbffa0011]). (0xbffa0011) Does not support this class-compliant feature: method %1

I looked up the ConfigureMeasurement command in the instrument driver, but I didn't find an ag34980a_ConfigureMessurement or s.th. like this.
Does anybody of you know this problem or can tell me, how to use the IviDMM class driver with the AG34980A?

Thanks a lot,
bbug

0 Kudos
Message 1 of 2
(3,087 Views)
I would try the technical support of Agilent, as it looks like the driver does not support this function. If the driver is an IVI driver, it must have this function to be IVI compliant.
0 Kudos
Message 2 of 2
(3,058 Views)