DIAdem Help

Content Type
Programming Language
Current manual
Table of Contents

Property: UnitSymbol for Channel <Data>

Property: UnitSymbol for Channel <Data>

Specifies the unit symbol of a channel. The value of the UnitSymbol property for Channel corresponds to the value of Object.Properties("unit_string").value.

Object.UnitSymbol
ObjectChannel <Data>
Object with this property
Object.UnitSymbolString with read and write access

The following example displays the unit symbol of the first channel in the default group:

VBScriptPython

 

Dim oMyChannel
Set oMyChannel = Data.Root.ActiveChannelGroup.Channels(1)
Call MsgBoxDisp(oMyChannel.UnitSymbol) ' equivalent to oMyChannel.Properties("unit_string").Value
In This Section
Was this information helpful?