Delete Points WildCard Selection

Deletes points from a specified set of groups that match a specified wildcard point name.

 

Input Arguments

 

0

Collection Object Name Ref List

Groups to Delete From

A list of the source point groups from which the points may be selected.

1

Point Name

WildCard Selection Names

A point name containing the point selection

criteria.

 

Return Arguments

None.

 

Returned Status

 

SUCCESS

Any matching points were deleted successfully, and the specified groups were all found.

PARTIAL SUCCESS

At least one (but not all) of the source groups was not found.

FAILURE

No source groups could be found.

 

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??.