====Session:AddChannel==== This function is part of the [[Session|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 [[Session_Start|Start]]. ===Parameters=== ^Name^Description^ |Asset|The name of the ARDI Asset to read from| |Property|The name of the property to read| ===Return Value=== This function returns a single [[Channel|Channel]] object that represents your new data channel. Its value will be updated whenever new information becomes available.