List DataTags
List tags that match a wildcard/search pattern.
Signature
Section titled “Signature”EIGEN.LIST(datasource, wildcard, horizontal = false)
Parameters
Section titled “Parameters”datasource(string): Historian name. If omitted reads default from settings.wildcard(string): Search pattern. Use*to combine multiple sequences(a)*(b)*(c).horizontal(boolean): Iftrueresults are returned horizontally (single row); otherwise vertically (single column).
Returns
Section titled “Returns”string[][]— List of tag names matching the wildcard search pattern.- Vertical (default): Single column
["TagName"]with one tag per row. - Horizontal (
horizontal=true): Single row with tag names spread across columns.
- Vertical (default): Single column
- Results are grouped with
groupListsbefore being returned.
Example
Section titled “Example”=EIGEN.LIST("Demo-influxdb", "DEMO_02TI")— list tags containing exactlyDEMO_02TIinDemo-influxdb.=EIGEN.LIST("Demo-influxdb", "DEMO_02TI*PV")— list tags containingDEMO_02TIand followed at some point byPVinDemo-influxdb.
Sample output (vertical):
| Tag Names |
|---|
| DEMO_02TI301.PV |
| DEMO_02TI201.PV |
| DEMO_02TP101.PV |
Support
Section titled “Support”Have questions or issues? Reach out on our support system: https://eigen.freshdesk.com