Hello,
I am trying to get my Keithley3706A up and running with LabVIEW but there are still some problems I am facing.
I want to measure x channels with usage of filter.
So I want to measure each channel x times and filter the results.
I have found some functions like:
dmm.filter.enable = True
dmm.filter.count = 100
dmm.filter.type = dmm.FILTER_REPEAT_AVG
dmm.filter.window =0,1
but it seems it still wont work.
I am using the vi's Keithley itself provides on their homepage.
Another problem I have is that I cant get more than 9 values into my buffer, for example if i want to create a scanlist with 1001:1010 I only get one value. If i create my scanlist with 1001:1009 it works just fine.
I could not find any reference to this problem by now.
thanks in advance
Sagi