API Reference

Submodules

Module contents

PyJEM is a Python package that provides control TEM, capture live image, and so on.

How to use the offline package

Example

In case of the offline TEM3 package.

>>> from PyJEM.offline import TEM3
>>> TEM3.connect()
True

Hot to connect the remote

Example

In case of the detector package.

>>> from PyJEM import detector
>>> detector.set_ip("***")