DIAdem Help

Content Type
Programming Language
Current manual
Table of Contents

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
ObjectComplexChannel <Data>
Object with this property
Object.NameString 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:

VBScriptPython

 

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