opcFindSet
opcFindSet(d_cellview t_name) =>o_opcSet/ nil
Description
Searches for the specified OPC set name in the given cellview.
Arguments
Value Returned
Examples
To find mySet from the cellview currently selected, set the following commands:
cv = geGetEditCellView()
name = “mySet”
set = opcFindSet(cv name)
when(set
info(“Set %s contains %d objects\n.” set~>name length(set~>objects))
Return to top