Version 1.3.0


Update of supported python version

  • python 3.9 (3.9.18)

  • python 3.10 (3.10.12)

recommendate virtual environment.

  • vjem39 (python 3.9)

  • vjem310 (python 3.10)


New sub package

detectorext (package)

detectorext package allows Femtus detector control.


TEM3 (package)

Bug fix

The following functions were not getting the correct connection status, which has been corrected.

  • connect()

  • isconnect()

Function

  • Add the new class TEM3.TEM3.Error

    • If an exception is raised using TEM3 function, a TEM3.TEM3Error type will be output.

Add Command

  • GUN3

    • GetBiasCurrentValue

    • GetGunTypeEx

    • SetSelfBias

  • EOS3

    • GetGIF

    • GetDefocus

  • Stage3

    • GetStatusEx

    • GetPosEx

    • SetRotation

    • SetRotationRel

    • GetSpeedMode

    • SetSpeedMode

    • GetSpeedModeEx

    • SetSpeedModeEx

  • SCAN3

    • SetRotationAngleEx

    • GetRotationAngleEx


Other

Update installer

  • Create an installer for PyJEM single library.

Update interface manual

  • change the format.

Add requirement library

  • comtypes