The jeticon function creates a serial connection to a JETI specbos spectroradiometer. Measurements can be triggered using the jetimeas function. Use at your own risk, see license.
See also: jetimeas, jetiaim, jetioff
Usage:
[jeti,dev] = jeticon(s,lam1,lam2,dlam,timeout)
Where:
Parameter | Description |
jeti | Returns the serial connection object. |
dev | Returns the device information. |
s | Defines the serial COM port. |
lam1 | Defines the start wavelength, consult manual of the device, scalar. Default = 380. |
lam2 | Defines the end wavelength, consult manual of the device, scalar. Default = 780. |
dlam | Defines the wavelength increment, scalar 1 or 5. Default = 1. |
timeout | Defines the maximum waiting time to receive the measurement data in s. Default = 60. |
Example
Create connection to jeti spectroradiometer:
s = serialportlist; jeti = jeticon(s)