Actions
Testing pyscope instrument » History » Revision 1
Revision 1/5
| Next »
Anchi Cheng, 11/18/2011 02:00 PM
Testing pyscope instrument script functions¶
On the instrument host of the instrument, a TEM host that uses Tecnai class, for example, you can launch python command line window and try to create an instance of the instrument and then call a function such as getMagnifications in that like this:
import pyscope.registry s = pyscope.registry.getClass('Tecnai')() s,getMagnifications()
Updated by Anchi Cheng about 13 years ago · 1 revisions