A python library to operate 'Speed' devices
Project description
Tutorial
Using the SpeedLib librairie
A python library to operate Speed devices.
Currently the API has an unique backend allowing to control miniature devices like the Faller (c) Crane or DCC trains.
Examples ^^^^^^^^
Controlling a Faller (c) crane model
>>> from speedlib.cranes import faller
>>> from speedlib.cranes.faller import Crane
>>> ip_1 = "172.17.217.217"
>>> ip_2 = "172.17.217.217"
>>> crane_1 = Crane()
>>> crane_2 = Crane()
>>> crane_1.init(ip_0)
>>> crane_2.init(ip_2)
>>> crane_2.start_for(20*faller.ureg.millisecond,faller.MotorChassis,faller.MotorDirectionForward)
>>> crane_1.change_speed(faller.MotorCrab, -40)
Controlling a DCC train model
>>> from speedlib.dcc import dcc_object, dcc_trains
>>> from speedlib.dcc.dcc_object import DCCObject
>>>from speedlib.dcc .dcc_trains import Train
>>> train = Train("DCC15",15)
>>> dcc_object.start()
>>> train.speed = 14
>>> train.faster()
>>> train.slower()
>>> train.fl_light = True
>>> print(train)
>>> train.f2 = False
>>> dcc_object.stop()
Controlling a DCC Switch model
>>> from speedlib.dcc import dcc_object, dcc_switches
>>> from speedlib.dcc.dcc_object import DCCObject
>>>from speedlib.dcc .dcc_switches import Switch
>>> SS = Switch("DCC",3, 1)
>>> dcc_object.start()
>>> print(S.biais)
>>> S.biais = True
>>> S.set_biais_id(2)
>>> S.biais = True
>>> S.biais = False
>>> dcc_object.stop()
You can find more examples in the examples directory.
Install
git clone https://github.com/CRIStAL-PADR/Speed.git
The library is in speedlib/init.py
Tests
To starts the unit tests you can do:
cd tests/ >>> PYTHONPATH=../ python3 -m unittest
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file speedlib-2.3.8.tar.gz.
File metadata
- Download URL: speedlib-2.3.8.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aabf83c09feb2d58d789fdb2ff30c409fb306c0dbb1f94d756054f7a6c4539ce
|
|
| MD5 |
05efc36a8e04cfc02d79318cade53a5e
|
|
| BLAKE2b-256 |
503159544be2496365d3ee610145d01f693e34076091421157c07f50106faf9d
|
File details
Details for the file speedlib-2.3.8-py3-none-any.whl.
File metadata
- Download URL: speedlib-2.3.8-py3-none-any.whl
- Upload date:
- Size: 10.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b55521e4993ef5f7b84958ad0b1cd4015a656bc3b5265259ef9c9343d87985b5
|
|
| MD5 |
35788c504840dcc148717f530ac4d12a
|
|
| BLAKE2b-256 |
9ec238f0e9888d126126dd5de4cca53458455859e3cd05212f4d58ab036602e1
|