Project

General

Profile

Actions

Testing pyscope instrument » History » Revision 2

« Previous | Revision 2/5 (diff) | Next »
Neil Voss, 03/02/2012 10:22 AM


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 Neil Voss over 12 years ago · 2 revisions