Driver for Thorlabs Motorized Filter Flip Mounts MFF101/102
版本 1.0.0 (4.2 KB) 作者:
Andriy Chmyrov
Matlab driver for Thorlabs Motorized Filter Flip Mounts MFF101/102
This is a Matlab driver for Thorlabs Thorlabs Motorized Filter Flip Mounts MFF101/102.
It is a class wrapper which calls the Kinesis .NET DLL library provided for free from Thorlabs.
Based on a code of Julan A.J. Fells - "Driver for Thorlabs motorized stages", which is acknowledged.
Example of usage:
% fllist = flipper.listdevices % List connected devices
% fl1 = flipper % Create a first flipper object
% fl2 = flipper % Create a second flipper object
% fl1.connect(fllist{1}) % Connect the first flipper object to the first device in the list
% fl2.connect('37007238') % Connect the second flipper object to a device with a serial number 37007238
% fl1.position % Get current position of the flipper: 1 (down) or 2 (up)
% fl1.position = 2 % Set flipper to position 2 (up)
% fl1.state % Get flipper state: 'Idle' / 'Moving'
% fl1.isconnected % Check if the flipper is connected
% fl1.reset % Reset the flipper (not sure what is done)
% fl1.disconnect % Disconnect device
引用格式
Andriy Chmyrov (2025). Driver for Thorlabs Motorized Filter Flip Mounts MFF101/102 (https://ww2.mathworks.cn/matlabcentral/fileexchange/181012-driver-for-thorlabs-motorized-filter-flip-mounts-mff101-102), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
创建方式
R2024b
兼容任何版本
平台兼容性
Windows macOS Linux标签
致谢
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!版本 | 已发布 | 发行说明 | |
---|---|---|---|
1.0.0 |