DIAdem Help

Content Type
Programming Language
Current manual
Table of Contents

Property: IsReadOnly for Channel <Data>

Property: IsReadOnly for Channel <Data>

Specifies whether a channel is read-only.

Object.IsReadOnly
ObjectChannel <Data>
Object with this property
Object.IsReadOnlyBoolean value with read access

The following example displays whether the first channel of the default group is read-only:

VBScriptPython

 

Dim oMyChannel
Set oMyChannel = Data.Root.ActiveChannelGroup.Channels(1)
Call MsgBoxDisp(oMyChannel.IsReadOnly)
In This Section
Was this information helpful?