Skip to contents

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

Usage

is_feature_supported_board_temperature(jwrapper, sr.index = 0L)

get_feature_controller_board_temperature(jwrapper, sr.index = 0L)

get_board_temperature(brd.wrapper)

Arguments

jwrapper

an open Wrapper object from Omnidriver

sr.index

an index to address the spectrometer

brd.wrapper

an open controller wrapper object obtained with get_feature_controller_board_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_controller_board_temperature you f irst need to check that the feature is supported by the spectrometer in use by calling is_feature_supported_board_temperature.