hms-abcc40

Anybus CompactCom40 access via REST


License
Apache-2.0
Install
pip install hms-abcc40==0.0.1

Documentation

Anybus CompactCom 40 REST interface

Interface for accessing Anybus CompactCom 40 modules via REST

Installation

To install this package, simply use pip

pip install hms-abcc40

Usage

To print the module name

import hms.abcc40

my_module = hms.abcc40.CompactCom40("1.2.3.4")
print(my_module.module_name)

License

Apache License 2.0