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 Summary
Constructors Constructor Description IALabsOPCFunctions() 
- 
Method Summary
All 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.AbstractIALabsOPCFunctions
browse, browseSimple 
 - 
 
 - 
 
- 
- 
Method Detail
- 
doBrowse
protected OPCBrowseTag[] doBrowse(org.python.core.PyObject[] pyArgs, java.lang.String[] keywords) throws java.lang.Exception
- Specified by:
 doBrowsein classAbstractIALabsOPCFunctions- Throws:
 java.lang.Exception
 
- 
doBrowseSimple
protected 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 classAbstractIALabsOPCFunctions- Throws:
 java.lang.Exception
 
 - 
 
 -