Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 584 Bytes

finddcibytagpattern.adoc

File metadata and controls

23 lines (18 loc) · 584 Bytes

FindDCIByTagPattern()

FindDCIByTagPattern(node, dciUserTagPattern) => Integer

Find ID of the DCI on node by tag using pattern matching. Glob symbols ? and * can be used. Function returns only one match. [func-findalldcis] can be used to get multiple matches. *This function was added in version 5.2*

Table 1. Parameters

node

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

dciUserTagPattern

DCI user tag pattern

Return

Integer ID of the DCI or 0 if not found.