AIPOINTS

Parameters

OrderNameTypeDesc
1assetsasset listA list of assets to fetch points for

Returns

Places an point list on the stack.

Description

This function returns a list of all of the points of data that ARDI thinks might be relevant for understanding the behaviour of the specified asset(s).

This not only includes information about the asset itself, but also…

  • All assets inside it,
  • The direct chain of parent assets,
  • Similar, neighbouring assets

This delivers a lot more context around the behaviour of the asset, not only giving you information about the parts inside, but the system(s) the asset is a part of, next to and involved in.

The function gets its name from the fact that these points are often extremely useful for building AI models.

NOTE: This function may not return results when querying assets with significant numbers of children.

Example

'Bridle #1' ASSET AIPOINTS

Returns all of the properties present on Bridle #1

Live Example

See Also