Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 501 Bytes

finddcibytag.adoc

File metadata and controls

23 lines (18 loc) · 501 Bytes

FindDCIByTag()

FindDCIByTag(node, dciUserTag) => Integer

Find ID of the DCI on node by user tag (exact match). [func-finddcibytagpattern] or [func-findalldcis] can be used for pattern search. This function was added in version 5.2

Table 1. Parameters

node

[class-node] object instance (e.g. $node)

dciUserTag

Value of DCI user tag

Return

Integer ID of the DCI or 0 if not found.