system.opcua.removeConnection
New in 8.1.8
This function is used in Python Scripting.
Description​
Removes an OPC UA Connection.
Client Permission Restrictions​
This scripting function has no Client Permission restrictions.
Syntax​
system.opcua.removeConnection(name)
Parameters​
Type | Parameter | Description |
---|---|---|
String | name | The name of the OPC UA connection to remove. |
Returns​
Boolean - A boolean value representing whether the function was able to remove the connection. Returns True if the connection was successfully removed. Returns False if the connection was not removed.
Scope​
Gateway, Perspective Session