Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.