Session:AddChannel

This function is part of the Session class.

AddChannel is used to add a single live data channel to the session.

The session won't start receiving new updates until the next call to Start.

Parameters

NameDescription
AssetThe name of the ARDI Asset to read from
PropertyThe name of the property to read

Return Value

This function returns a single Channel object that represents your new data channel. Its value will be updated whenever new information becomes available.