thormotion 0.4.2

A cross-platform motion control library for Thorlabs systems, written in Rust.
Documentation
1
2
3
4
5
6
7
Opens an [`Interface`][1] to the USB Device.

No action is taken if the device [`Status`][2] is already [`Open`][3].

[1]: nusb::Interface
[2]: crate::devices::usb_primitive::Status
[3]: crate::devices::usb_primitive::Status::Open