Skip to main content

Bachmann electronic Python Util Library

Project description

baem200

Bachmann electronic Python Util Library

Connection und utils methods for M200 Serie

Content

  • m1com

Wrapper for the m1com.dll

  • m1config

Python methods to read and write mconfig.ini files for the M200 controller

  • utils

Some Python methods to set IP-Address and find M200 controller in the network

Gettiing Started

Please install this library on you local computer

Installation

pip install baem200

Example

from baem200.m1com import PyCom, M1Controller
from pprint import pprint

dll = PyCom()
mh = M1Controller(dll, 'your_M1_IP')
mh.connect()
pprint(mh.getListofHwModules())
mh.disconnect()

License

This project is licensed under Bachmann electronic License - see the LICENCE file for details

Acknowledgments

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

baem200-0.0.11.tar.gz (360.0 kB view hashes)

Uploaded Source

Built Distribution

baem200-0.0.11-py3-none-any.whl (368.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