Set "integration time" for the addressed spectrometer channel
Usage
set_integration_time(jwrapper, time.usec = 100L, sr.index = 0L, ch.index = 0L)
Arguments
- jwrapper
an open Wrapper object from Omnidriver
- time.usec
integartion time in microseconds (an integer)
- sr.index
an index to address the spectrometer
- ch.index
an index to address the channel in a spectrometer with more
than one channel.
Note
The signature of this function is different to that of the Java
equivalent, so that as with other functions in the package indexes for
addressing spectrometer and channel can have default values.