Class IALabsOPCFunctions
- java.lang.Object
- 
- com.inductiveautomation.ignition.common.script.builtin.ialabs.AbstractIALabsOPCFunctions
- 
- com.inductiveautomation.factorypmi.application.script.builtin.ialabs.IALabsOPCFunctions
 
 
- 
 public class IALabsOPCFunctions extends AbstractIALabsOPCFunctions 
- 
- 
Constructor SummaryConstructors Constructor Description IALabsOPCFunctions()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected OPCBrowseTag[]doBrowse(org.python.core.PyObject[] pyArgs, java.lang.String[] keywords)protected OPCBrowseTag[]doBrowseSimple(java.lang.String opcServer, java.lang.String device, java.lang.String folderPath, java.lang.String opcItemPath)- 
Methods inherited from class com.inductiveautomation.ignition.common.script.builtin.ialabs.AbstractIALabsOPCFunctionsbrowse, browseSimple
 
- 
 
- 
- 
- 
Method Detail- 
doBrowseprotected OPCBrowseTag[] doBrowse(org.python.core.PyObject[] pyArgs, java.lang.String[] keywords) throws java.lang.Exception - Specified by:
- doBrowsein class- AbstractIALabsOPCFunctions
- Throws:
- java.lang.Exception
 
 - 
doBrowseSimpleprotected OPCBrowseTag[] doBrowseSimple(java.lang.String opcServer, java.lang.String device, java.lang.String folderPath, java.lang.String opcItemPath) throws java.lang.Exception - Specified by:
- doBrowseSimplein class- AbstractIALabsOPCFunctions
- Throws:
- java.lang.Exception
 
 
- 
 
-