DIAdem Help

Content Type
Programming Language
Current manual
Table of Contents

Property: Name for ChannelGroup <Data>

Property: Name for ChannelGroup <Data>

Receives the name of a ChannelGroup object in the script interface for internal data.

Object.Name
ObjectChannelGroup <Data>
Object with this property
Object.NameString with read and write access
Receives the name of the channel group.
Note  The name must conform to the DIAdem conventions. If the name does not conform to the name conventions, DIAdem corrects the name.

The following example changes the name of the first channel group in Temp:

VBScriptPython

 

Data.Root.ChannelGroups(1).Name = "Temp"
In This Section
Was this information helpful?