-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added some README and few modifications in editor
- Loading branch information
1 parent
05e75a0
commit 9d25077
Showing
3 changed files
with
30 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# BlockEditor | ||
|
||
This folder contains some utilities related to pysimCoder, | ||
|
||
* defBlocs.py is an application thar can be used to create new blocks for the editor | ||
* xblk2Blk.py transforms the new block into an element of the class "Block", included the skeleton of the C code for the "devices" folder | ||
|
||
The folder contains also some utilities that allow to connect the generated code to external plot applications | ||
|
||
* RTScope.py which uses plots from PyQT qwt | ||
* qtRTScope.py which interfaces the generated code to pyqtgraph | ||
* PlotJugglerInterface.py which sends the data to PlotJuggler (**to be open as external application!**) | ||
|
||
PlotJuggler can be simly installed using "snap". | ||
|
||
The plot applications allow to save and reload custom configurations (saved as json files). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters