Class IALabsOPCFunctions
java.lang.Object
com.inductiveautomation.ignition.common.script.builtin.ialabs.AbstractIALabsOPCFunctions
com.inductiveautomation.factorypmi.application.script.builtin.ialabs.IALabsOPCFunctions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected OPCBrowseTag[]
protected OPCBrowseTag[]
doBrowseSimple
(String opcServer, String device, String folderPath, String opcItemPath) Methods inherited from class com.inductiveautomation.ignition.common.script.builtin.ialabs.AbstractIALabsOPCFunctions
browse, browseSimple
-
Constructor Details
-
IALabsOPCFunctions
public IALabsOPCFunctions()
-
-
Method Details
-
doBrowse
protected OPCBrowseTag[] doBrowse(org.python.core.PyObject[] pyArgs, String[] keywords) throws Exception - Specified by:
doBrowse
in classAbstractIALabsOPCFunctions
- Throws:
Exception
-
doBrowseSimple
protected OPCBrowseTag[] doBrowseSimple(String opcServer, String device, String folderPath, String opcItemPath) throws Exception - Specified by:
doBrowseSimple
in classAbstractIALabsOPCFunctions
- Throws:
Exception
-