Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tango-controls/simulatords
PyTango device server for simulation/testing
https://github.com/tango-controls/simulatords
pytango python simulation
Last synced: 3 months ago
JSON representation
PyTango device server for simulation/testing
- Host: GitHub
- URL: https://github.com/tango-controls/simulatords
- Owner: tango-controls
- License: other
- Created: 2016-10-14T08:30:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-11-16T20:01:16.000Z (about 4 years ago)
- Last Synced: 2024-05-30T10:46:55.468Z (9 months ago)
- Topics: pytango, python, simulation
- Language: Python
- Homepage: https://www.tango-controls.org
- Size: 2.61 MB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
This is a simulation suite for PyTango, it allows to create dynamic device servers and replicate existings systems into playable mockups.
To replicate a running system in few minutes see the gen_simulation script: https://github.com/tango-controls/SimulatorDS/blob/master/doc/Generate_Simulations.rst
To build your own simulations, see the SimulatorDS user guide: https://github.com/tango-controls/SimulatorDS/blob/master/doc/SimulatorDS.rst
It requires fandango: https://github.com/tango-controls/fandango
More information available at: https://github.com/tango-controls/fandango/blob/documentation/doc/recipes/DynamicDS_and_Simulators.rst
CHANGELOG
:4.2: Improved gen_simulation workflow
:4.0: Renamed to SimulatorDS
:3.1: Improved simulation script, added 64 bits, better PyTangoArchiving and Scipy support.
:3.0: Added gen_simulation script to extract and replay attribute values for complex simulation
:2.5: Init() capable, added Scipy and PyTangoArchiving
Library/Modules loading refactored in the code.