DIAdem Help

Content Type
Programming Language
Current manual
Table of Contents

Property: IsReadOnly for AssignmentChannel <Data>

Property: IsReadOnly for AssignmentChannel <Data>

Specifies whether an assignment channel is read-only.

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

The following example displays whether the assignment channel is read-only:

VBScriptPython

 

Dim oMyChn
Call Data.Root.Clear()
Call DataFileLoad(ProgramDrv & "Examples\Data\Report_expl.tdm")
Set oMyChn = Data.GetChannel("[6]/[4]")
Call MsgBoxDisp(oMyChn.IsReadOnly)
In This Section
Was this information helpful?