axlGetTemperatureForCurrentPointInRun
axlGetTemperatureForCurrentPointInRun( ) =>t_temperature/nil
Description
Within the OCEAN measurement script, this function allows to access the temperature of the current point in the run.
Arguments
Value Returned
Examples
The following example returns the temperature of the current point in run.
axlGetTemperatureForCurrentPointInRun()
=> "27"
Return to top