Property: Name for ComplexChannel <Data>
- Updated2024-09-12
- 1 minute(s) read
Internal Data > Properties > Property: Name for ComplexChannel <Data>
Property: Name for ComplexChannel <Data>
Receives the name of a ComplexChannel object in the script interface for internal data.
Object.Name
Object | ComplexChannel <Data> Object with this property |
Object.Name | String with read and write access Receives the name of the channel. |
![]() | 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 of the first channel group in Temp:
VBScript | Python |
Data.Root.ChannelGroups(1).Channels(1).Name = "Temp"