A main class (OISpectrometer) has replaced USB2000, and USB2000 now derives from the main OISpectrometer. The differences between models are very small, so the main class can do most of the work. For now, it is fine to provide only a getSpectralData() function (highly specific to the model) and a setIntegrationTime, because the timers are different.
Major overhaul of the documentation to provide solutions if it does not work.
A main class (OISpectrometer) has replaced USB2000, and USB2000 now derives from the main OISpectrometer. The differences between models are very small, so the main class can do most of the work. For now, it is fine to provide only a
getSpectralData()
function (highly specific to the model) and asetIntegrationTime
, because the timers are different.Major overhaul of the documentation to provide solutions if it does not work.