I'm reading a Keithley 2700 with SCPI sommands. with code below i got a error -410. I would like to measure current and voltage. I need your
help to make that possible.What could i do ? Thx
Code: Select all
*rst"
:trac:cle
:sens:func 'volt'
:sens:volt:rang 10
:meas:volt? 10, 0,001, (@101)
:sens:curr:rang 0.001
:meas:curr? 0.001 0,001, (@102)