{ "cells": [ { "cell_type": "markdown", "id": "6e08a828", "metadata": {}, "source": [ "# Version 1.3.0\n", "\n", "***\n", "## Update of supported python version\n", "- python 3.9 (3.9.18)\n", "- python 3.10 (3.10.12)\n", "\n", "recommendate virtual environment.\n", "\n", "- vjem39 (python 3.9)\n", "- vjem310 (python 3.10)\n", "\n", "***\n", "## New sub package\n", "\n", "**[detectorext (package)](../../interface/PyJEM.detectorext.html)**\n", "\n", "detectorext package allows Femtus detector control.\n", "\n", "\n", "***\n", "## TEM3 (package)\n", "\n", "### Bug fix\n", "The following functions were not getting the correct connection status, which has been corrected.\n", "\n", "- connect()\n", "- isconnect()\n", "\n", "### Function\n", "- Add the new class TEM3.TEM3.Error\n", " - If an exception is raised using TEM3 function, a TEM3.TEM3Error type will be output.\n", " \n", "### Add Command\n", "- GUN3\n", " - GetBiasCurrentValue\n", " - GetGunTypeEx\n", " - SetSelfBias\n", "- EOS3\n", " - GetGIF\n", " - GetDefocus\n", "- Stage3\n", " - GetStatusEx\n", " - GetPosEx\n", " - SetRotation\n", " - SetRotationRel\n", " - GetSpeedMode\n", " - SetSpeedMode\n", " - GetSpeedModeEx\n", " - SetSpeedModeEx\n", "- SCAN3\n", " - SetRotationAngleEx\n", " - GetRotationAngleEx \n", " \n", " \n", "***\n", "## Other\n", "### Update installer \n", "- Create an installer for PyJEM single library.\n", "\n", "### Update interface manual\n", "- change the format.\n", "\n", "### Add requirement library\n", "- comtypes" ] } ], "metadata": { "kernelspec": { "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.8.10" } }, "nbformat": 4, "nbformat_minor": 5 }