A string containing a pattern to be matched against point names. Supports * and ? wildcard characters.
Optional set of point attribute specifiers:
The list of points meeting the criteria specified by the parameters, in the form:
(aproposPnts name1.....nameN)
or if parameters are missing or undefined, then (error error_string).
This command requests a list of the point names currently defined to the driver. Typically it is sent as a command and not used in the configuration file.
The following example lists all digital points that are enabled and writeable, and with a name starting with "Light":
(aproposPnts "Light*" ewt digital)