Skip to main content

A package providing Cordy Motion libs

Project description

.

CordyMotion

CordyMotion 是基于珠海市科迪电子科技有限公司平台的设备驱动运控程序客户端cordymotioncaller的一层封装。主要是用于IRU以及SimpleIQ等测试设备调用的API。 目前CordyMotion只支持Linux(Ubuntu22.04)版本。


主要特点

  • CordyMotion 安装时会自动添加依赖,其配置文件cordy.ini 会默认安装在Ubuntu当前用户目录下的Bin/Config下(例如:~/Bin/Config/cordy.ini)

pip 安装

CordyMotion 已经发布到 Pypi 官网,通过 pip 指令可以安装。 注意:需要提前在 Ubuntu22.04 操作系统上安装python(版本3.10)

pip install CordyMotion

验证CordyMotion 是否安装成功

>>> from CordyMotion import IRU
>>> help(IRU)

输出如下内容:

|  IRU命名空间,包含方法fixture_load(), fixture_unload(), power_on_dut(), power_off_dut(), fixture_iru_pos()
 |  
 |  示例:
 |      >>> from CordyMotion import IRU
 |      >>> IRU.fixture_load()
 |  
 ...

表示安装成功

帮助说明

  • 使用者可以通过 help() 来查询 CordyMoion 的帮助说明。目前支持对整个whl包、某个类或者类中的某个函数接口的使用说明。

查看整个IRU类的帮助

from CordyMotion import IRU, SimpleIQ

help(IRU) 
help(SimpleIQ)

查看特定方法的帮助

from CordyMotion import IRU, SimpleIQ
help(IRU.fixture_load)
help(SimpleIQ.fixture_unload)

查看包级帮助

import CordyMotion
help(CordyMotion)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

CordyMotion-0.1.1.tar.gz (25.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

CordyMotion-0.1.1-py3-none-any.whl (45.3 kB view details)

Uploaded Python 3

File details

Details for the file CordyMotion-0.1.1.tar.gz.

File metadata

  • Download URL: CordyMotion-0.1.1.tar.gz
  • Upload date:
  • Size: 25.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.12

File hashes

Hashes for CordyMotion-0.1.1.tar.gz
Algorithm Hash digest
SHA256 ea40d00966f889a207c997cf2da0dc8f34e3d8ab35022ec30e32400386b0d20a
MD5 e8d3c7b3aa895a1e23ba69c98850ac05
BLAKE2b-256 548f983b36a02a4057397fef3eac1a09e68deeca9aabce5889fc141a16411d3f

See more details on using hashes here.

File details

Details for the file CordyMotion-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: CordyMotion-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 45.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.12

File hashes

Hashes for CordyMotion-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 4c47acec9454d08fa39cb847cbfc24730d1de098b510084d7b43afc09fff666f
MD5 44603b719c909c63b77405dba19fbd44
BLAKE2b-256 aa1580f62f8ed3738b94f581316d70fa5932926060dc34b26e7e6fa769f925f7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page