Skip to contents

Check whether feature "detector temperature" is available in the spectrometer addressed. Construct a wrapper on the Java controller for the feature. Use a wrapped controller to query the detector temperature.

Usage

is_feature_supported_detector_temperature(jwrapper, sr.index = 0L)

get_feature_detector_temperature(jwrapper, sr.index = 0L)

get_detector_temperature(dtr.wrapper)

Arguments

jwrapper

an open Wrapper object from OmniDriver

sr.index

an index to address the spectrometer

dtr.wrapper

an open detector wrapper object obtained with get_feature_detector_temperature()

Value

a numeric value

an object which provides the desired interface, or null if this feature is not available for this spectrometer.

Note

Before calling get_feature_detector_temperature you first need to check that the feature is supported by the spectrometer in use#' by calling is_feature_supported_detector_temperature.