frudawski

jeticon

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:

ParameterDescription
jetiReturns the serial connection object.
dev
(optional)
Returns the device information.
sDefines the serial COM port.
lam1
(optional)
Defines the start wavelength, consult manual of the device, scalar. Default = 380.
lam2
(optional)
Defines the end wavelength, consult manual of the device, scalar. Default = 780.
dlam
(optional)
Defines the wavelength increment, scalar 1 or 5. Default = 1.
timeout
(optional)
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)

Leave a comment

* I accept the use of cookies as well as the terms in the privacy policy. I accept that data provided by me is processed and saved. I know that comments are saved and published after review.