
Feature "ìnternal trigger"
Source:R/feature-internal-trigger.R
is_feature_supported_internal_trigger.RdCheck whether feature "ìnternal trigger" is available in the spectrometer addressed. Retrieve an interface that allows to control the ìnternal trigger. Control internal trigger of light sources such as Jaz PX.
Usage
is_feature_supported_internal_trigger(jwrapper, sr.index = 0L)
get_feature_controller_internal_trigger(jwrapper, sr.index = 0L)
get_trigger_period_valid_range(tgr.wrapper)
get_trigger_period(tgr.wrapper)
set_trigger_period(tgr.wrapper, period)
set_trigger_source(tgr.wrapper, source)
get_trigger_source(tgr.wrapper, char.out = TRUE)Arguments
- jwrapper
an open Wrapper object from Omnidriver
- sr.index
an index to address the spectrometer
- tgr.wrapper
feature wrapper as returned by function
rOmniDriver::get_feature_controller_internal_trigger- period
numeric Internal trigger period in seconds.
- source
character, "on", "off", "external", "internal" or integer [0..3] or logical.
- char.out
logical If TRUE return a character string, otherwise return integer as returned by the API call.