Solstis class

版本 1.0.0.0 (78.5 KB) 作者: Jakko de Jong
a class to control the MSquared Lasers 'SolsTis' laser
81.0 次下载
更新时间 2016/11/18

查看许可证

Matlab class to control the M Squared cw TiSapph laser over TCP/IP.

This script can be used to send commands to the Solstis and read back its reports. The class limits the number of solstis objects that can be instantiated (current limit is two, but this is easily changed in the class constructor). The class provides basic functionality of setting and reading the wavelength, applying wavelength feedback (requires a
wavemeter link) to lock the wavelength to a certain value. It also supports the more sophisticated built-in scan routines TeraScan and FastScan provided by M Squared Lasers.
The class provides a level of usability by checking user input for compatibility with the solstis and returning informative warnings and error messages. It also parses the solstis reports (single strings) into matlab structs with a separate field for each piece of information.

Please note that some functions require a direct connection between the solstis and a wavemeter. Ask M Squared Lasers for further information.

N.B.: Currently, the class requires the user to insert the ip-address of the PC on which the script is run. By default, it is set to '192.168.1.220' in the constructor. Either change this value in the script, or change it after instantiation by doing the following:
solstis = Solstis.getInstance( ... , ... ) (fill in solstis ip and port)
solstis.pc_ip_address = 'xxx.xxx.xxx.xxx' (fill in pc ip-address as a string)

引用格式

Jakko de Jong (2024). Solstis class (https://www.mathworks.com/matlabcentral/fileexchange/60282-solstis-class), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2013b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Instrument Connection and Communication 的更多信息
致谢

参考作品: solstislab

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0