GetDCIValueByDescription(node, description) => String or table
Get last value of DCI with given description on given node.
node |
Node object instance (e.g. |
|
description |
String |
DCI description. |
Return
Last value for given DCI (String for normal DCIs and Table object for table DCIs) or null if DCI with given description does not exist or has no collected values.
Example
GetDCIValueByDescription($node, "Status") // 0