Skip to content

Commit 0c3f57f

Browse files
Update README.md
1 parent cd26847 commit 0c3f57f

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
11
# LabVIEW-Script-Language
2-
Developing a platform to develop scripts, compile and execute it in the LabVIEW development or run time environment
2+
LSL is a scripting framework built on top of LabVIEW. This provides the flexibilty for developers to leverage the LabVIEW programming environment that has immense resource for Instrument, measurement and analysis capablities and provides the user with a simple scripting capablity to create their own scripts
3+
4+
LSL syntax is closer to python scripts with differnces in capablities and use cases.
5+
6+
# Framework Capablities
7+
LSL framework has all basic building blocks to create a simple to complex scripts. Documentation on the syntax and scripts capablities. And a user interface to quickly start creating the scripts.
8+
9+
Developers can also leverage the API exposed to create a custom script editor interface.
10+
11+
# Custom Development
12+
Framework offers capablities to develop plugins to accomplish the custom functionalities for the porjects.

0 commit comments

Comments
 (0)