DynamicAttribute QML Type

Specifies items visibility. More...

Import Statement: import CSDataQuick.Components 1.0

Properties

Detailed Description

Four process variables can be speficied for the calculation.

Property Documentation

altCalc : string

An alternative expression with the same syntax as visibilityCalc.


altCalcResult : string

Result from altCalc expression.


channel : string

Name of the main process variable


channelB : string

Name of the second process variable


channelC : string

Name of the third process variable


channelD : string

Name of the forth process variable


connected : bool

Whether all process variables are connected


visibility : bool

true or false as determined by visibilityMode and visibilityCalc.


visibilityCalc : string

An expression that determines whether the object is displayed or not. The expression should return 0 for false and anything else for true. The following symbols can be used in the expression.

  • A - main process variable value
  • B - second process variable value
  • C - third process variable value
  • D - forth process variable value
  • E - Not used
  • F - Not used
  • G - main process variable element count
  • H - main process variable upper limit
  • I - main process variable alarm status
  • J - main process variable alarm severity
  • K - main process variable precision
  • L - main process variable lower limit

visibilityMode : enumeration