Class AbstractIALabsOPCFunctions
java.lang.Object
com.inductiveautomation.ignition.common.script.builtin.ialabs.AbstractIALabsOPCFunctions
- Direct Known Subclasses:
IALabsOPCFunctions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbrowseSimple
(String opcServer, String device, String folderPath, String opcItemPath) protected abstract OPCBrowseTag[]
protected abstract OPCBrowseTag[]
doBrowseSimple
(String opcServer, String device, String folderPath, String opcItemPath)
-
Constructor Details
-
AbstractIALabsOPCFunctions
public AbstractIALabsOPCFunctions()
-
-
Method Details
-
browse
- Throws:
Exception
-
browseSimple
public OPCBrowseTag[] browseSimple(String opcServer, String device, String folderPath, String opcItemPath) throws Exception - Throws:
Exception
-
doBrowse
protected abstract OPCBrowseTag[] doBrowse(org.python.core.PyObject[] pyArgs, String[] keywords) throws Exception - Throws:
Exception
-
doBrowseSimple
protected abstract OPCBrowseTag[] doBrowseSimple(String opcServer, String device, String folderPath, String opcItemPath) throws Exception - Throws:
Exception
-