DIAdem Help

Content Type
Programming Language
Current manual
Table of Contents

Property: OperationalFlags for ImplicitChannel <Data>

Property: OperationalFlags for ImplicitChannel <Data>

Specifies whether DIAdem assigns a flag to the value of an implicit channel in the script interface for internal data.

Object.OperationalFlags(Index)
ObjectImplicitChannel <Data>
Object with this property
IndexLongInteger
Specifies the channel value, which DIAdem assigns to the flag.
Object.OperationalFlagsBoolean with read and write access

The following example assigns a flag to the first value of the first channel in the default group:

VBScriptPython

 

Dim oMyImplChn
Set oMyImplChn = Data.Root.ActiveChannelGroup.Channels(1)
oMyImplChn.OperationalFlags(1) = True
In This Section
Was this information helpful?