Hello I am having trouble with a simple log sweep function for characterizing a solar cell. When I upload the code an try to run it I get a -350 queue overflow error. I am not sure why this is happening, but any help would be nice. Thank you.
 
smua.reset()
 
smua.source.limit = 1.60e-3
 
SweepVLogMeasureI(smua, 0, 2, 0.001, 50)
 
waitcomplete()
 
printbuffer(1, 50, smua.nvbuffer1.readings)