Replace integration time limits in instrument descriptor
Source:R/oo-instrument.R
set_descriptor_integ_time.Rd
This function can be needed in exceptional cases such as when the limits stored in the intrument's persistent memory are wrong. In other cases in can be used to restrict the range of values allowed to be set to a smaller range than natively supported by the spectrometer.
Usage
set_descriptor_integ_time(
descriptor,
min.integ.time = NA_integer_,
max.integ.time = NA_integer_,
force.change = FALSE
)