mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2025-04-21 12:27:27 +03:00
m1rc3/norruption: moved material of 1st series tests to 1/, 2nd to 2/
This commit is contained in:
18
m1rc3/norruption/2/tco.py
Executable file
18
m1rc3/norruption/2/tco.py
Executable file
@@ -0,0 +1,18 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
#
|
||||
# Read the thermocouple on a PicoTest M3500 connected via USB
|
||||
#
|
||||
|
||||
#
|
||||
# This uses the tmp library from
|
||||
# svn.openmoko.org/developers/werner/ahrt/host/tmc/
|
||||
#
|
||||
|
||||
import tmc.instrument, tmc.meter
|
||||
|
||||
tmc.instrument.debug_default = False
|
||||
tmc.meter.debug_default = False
|
||||
m = tmc.meter.picotest_m3500a()
|
||||
m.debug = False
|
||||
print m.query(":MEAS:TCO?")
|
||||
Reference in New Issue
Block a user