Make a Point Name Ref List - Wildcard Select

Returns a list of points based on wildcard selection criteria.

 

Input Arguments

 

0

String

Collection Wildcard Criteria

The wildcard criteria for the collection name.

1

String

Group Name Wildcard Criteria

The wildcard criteria for the group name.

2

String

Point Name Wildcard Criteria

The wildcard criteria for the point name.

 

Return Arguments

 

3

Point Name Ref List

Resultant Point Name List

The resulting point list.

 

Returned Status

 

SUCCESS

This command always succeeds.

 

Remarks

Enter wildcard values for the collection, point group, and point name using the same conventions as elsewhere in SA. Asterisks (*) are wildcards for one or more characters, while question marks (?) are placeholders for single characters. Specific characters can also be found using brackets[]. To find all points that start with s1 followed by two characters, the point name defining the selection criteria would be *::*::s1??.