Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
test-and-measurement:analog-discovery-pro-3x50:reference-manual [2022/02/28 23:40] – [Features] unit spacing Arthur Browntest-and-measurement:analog-discovery-pro-3x50:reference-manual [2023/01/23 22:38] (current) – Matlab support link updated James Colvin
Line 268: Line 268:
 Each of WaveForms' instruments can be controlled through scripts within the WaveForms application itself. WaveForms' "Script" instrument allows the user to write and run JavaScript code that can control the rest of the application through an extensive API. This allows the user to configure and run many instruments at the same time, in an easily repeatable way. Each of WaveForms' instruments can be controlled through scripts within the WaveForms application itself. WaveForms' "Script" instrument allows the user to write and run JavaScript code that can control the rest of the application through an extensive API. This allows the user to configure and run many instruments at the same time, in an easily repeatable way.
  
-A variety of code examples are available in the application to aid in learning to write WaveForms scripts. Additional resources for writing scripts can be found on the Scopes and Instruments section of the [[https://forum.digilentinc.com|Digilent Forum]].+A variety of code examples are available in the application to aid in learning to write WaveForms scripts. Additional resources for writing scripts can be found on the Test and Measurement section of the [[https://forum.digilent.com|Digilent Forum]].
  
 A plot pane within the Script instrument itself can be used to integrate data from many different instruments, and display it in a highly customizable way. A plot pane within the Script instrument itself can be used to integrate data from many different instruments, and display it in a highly customizable way.
Line 294: Line 294:
 ===== WaveForms Software Development Kit (SDK) ===== ===== WaveForms Software Development Kit (SDK) =====
  
-WaveForms SDK is a set of software libraries and examples that can be used to develop custom applications that can control Digilent Test and Measurement devices. Supported languages include C, C++, C#, Visual Basic, and Python. Third-party toolkits are available for LabVIEW. Instructions for using WaveForms with LabVIEW are available through our guide [[test-and-measurement:guides:getting-started-with-labview|Getting Started with LabVIEW and a Test and Measurement Device]]. /*The MATLAB support package is available through the [[https://www.mathworks.com/hardware-support/digilent-analog-discovery.html|MathWorks website]].*/ More information about WaveForms SDK can be found through the [[software:waveforms:waveforms-sdk:start|WaveForms SDK Resource Center]].+WaveForms SDK is a set of software libraries and examples that can be used to develop custom applications that can control Digilent Test and Measurement devices. Supported languages include C, C++, C#, Visual Basic, and Python. Third-party toolkits are available for LabVIEW. Instructions for using WaveForms with LabVIEW are available through our guide [[test-and-measurement:guides:getting-started-with-labview|Getting Started with LabVIEW and a Test and Measurement Device]]. The MATLAB support package is available through the [[https://www.mathworks.com/matlabcentral/fileexchange/122817-digilent-toolbox|MathWorks website]]. More information about WaveForms SDK can be found through the [[software:waveforms:waveforms-sdk:start|WaveForms SDK Resource Center]].
  
 ==== Features ==== ==== Features ====