XY

About the function

Combines an XY definition and an X series to produce the corresponding Y result.

Syntax

  • XY(t,s)

Description

# Type Description
1 t Source time series for the X values.
2 s Search string for the XY attribute to use in the conversion.
If this attribute is located on the:
  • Same object as the expression, the argument should be .TheXYAttribute (assuming the name of this attribute is TheXYAttribute). The dot (.) limits the search operation to local attributes on current object.
  • Parent object, the argument should be …TheXYAttribute. The two first dots means go to the parent, and the third dot is the current object attribute prefix.
If the search string is prefixed with NOLOG, for example NOLOG.TheXYAttribute, the function will not produce log messages.
Tip! The prefix is removed before using the search string.

This function uses the same principles as CONVERT_VOLUME for setting up necessary attributes in Mesh Configurator.