OPCQueryConnections — lists OPC server connections.
(OPCQueryConnections [pattern])
pattern
A pattern that matches names of OPC connections, such as
OPC00*.
A message indicating success or error. Please refer to Return Syntax for details.
This command lists OPC server connections.
This is an example of the command being called from the Script Log, using the
datahub_command function.
--> pretty_princ(datahub_command ("(OPCQueryConnections OPC00*)", 1));
(OPCQueryConnection "OPC000" "OPC001" "OPC004")
t