Материал из Module developer
Device.AddChannel()
*the function is under development* to add a channel to the driver
Syntax
Module.GetDevice(driver).AddChannel(name, data)
| input | sample | description |
| driver | "Driver 1" | type: string the driver name |
| name | "Channel 1" | type: string the command name |
| data | type: array the data array specific for each driver |
| output |
-
Example:
/* under development */
