Property: Name for ChannelGroup <Data>
- Updated2024-09-12
- 1 minute(s) read
Internal Data > Properties > 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
Object | ChannelGroup <Data> Object with this property |
Object.Name | String 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:
VBScript | Python |
Data.Root.ChannelGroups(1).Name = "Temp"