Purpose
Adds channel(s) to a group.
Syntax
Object.Add ([vFirstChannel], [vLastChannel])
The Add method syntax has the following parts:
Name |
Type |
Description |
Object |
DioGroup |
DioGroup object. |
vFirstChannel |
Variant |
Optional - First channel to add specified either by name or number. |
vLastChannel |
Variant |
Optional - Last channel to add specified either by name or number. |
Comments
If vFirstChannel is not specified, all the channels in the file will be addeed to the group. If vLastChannel was not specified then only single channel (vFirstChannel) will be added. Channels are always added following the last channel in the group. |
See Also