GetDCIValue(node, dciId) => String or Table
Get last collected value of the DCI.
Return null
on error, [class-table] instance for table DCI or String otherwise.
node |
node object instance (e.g. |
|
dciId |
Integer |
DCI ID |
Return
[class-table] for table DCIs, String, or null
if failed or no data is available.
Example
>>> GetDCIValue($node, FindDCIByName($node, "Status")) 0 >>> GetDCIValue($node, FindDCIByName($node, "Non-Existing")) null