DIAdem Help

Content Type
Programming Language
Current manual
Table of Contents

Property: Name for BaseChannel <Data>

Property: Name for BaseChannel <Data>

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

Object.Name
ObjectBaseChannel <Data>
Object with this property
Object.NameString with read and write access

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?