Skip to main content

No project description provided

Project description

Python package to by used as substitute of a real device manager running in a ELT-Software environment when the full ELT-Software environment cannot be used.

Sources are here

The Documentation is here

Install

> pip install pydevmgr 

Basic Usage

from pydevmgr_elt import Motor, wait
m1 = Motor('motor1', address="opc.tcp://192.168.1.13:4840", prefix="MAIN.motor1")
try:
    m1.connect()    
    wait(m1.move_abs(3.2,1.0))
finally:
    m1.disconnect()

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

pydevmgr-0.2.tar.gz (103.8 kB view hashes)

Uploaded Source

Built Distributions

pydevmgr-0.2-py3.7.egg (570.5 kB view hashes)

Uploaded Source

pydevmgr-0.2-py3-none-any.whl (253.6 kB view hashes)

Uploaded Python 3

Supported by

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