You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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