QualityOf

<< Click to Display Table of Contents >>

 

QualityOf

QualityOf(TagName)

Returns the quality of a Tag. The TagName parameter is the name of a Tag. The return data type of this function is a number and contains the value of a Tag's quality, according to OPC UA quality specification. The next code contains an example of using this function.

var tagQuality = QualityOf("demo:TagInternal1");

Was this page useful?