Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

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

None

Value Returned

t_temperature

Returns the temperature of the current point in the run.

nil

Returns nil otherwise.

Examples

The following example returns the temperature of the current point in run.

axlGetTemperatureForCurrentPointInRun() 
=> "27"

Return to top
 ⠀
X