The following feature is new in Ignition version 8.1.8
Click here to check out the other new features
This function is used in Python Scripting.

Description

Removes an OPC UA Connection. 

Syntax

system.opcua.removeConnection(name)

  • Parameters

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

Code Examples
Code Snippet
system.opcua.removeConnection("myOldConnection")
Keywords

system opcua removeConnection, opcua.myOldConnection