Class AbstractIALabsOPCFunctions
java.lang.Object
com.inductiveautomation.ignition.common.script.builtin.ialabs.AbstractIALabsOPCFunctions
- Direct Known Subclasses:
- IALabsOPCFunctions
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
AbstractIALabsOPCFunctionspublic AbstractIALabsOPCFunctions()
 
- 
- 
Method Details- 
browse- Throws:
- Exception
 
- 
browseSimplepublic OPCBrowseTag[] browseSimple(String opcServer, String device, String folderPath, String opcItemPath) throws Exception - Throws:
- Exception
 
- 
doBrowseprotected abstract OPCBrowseTag[] doBrowse(org.python.core.PyObject[] pyArgs, String[] keywords) throws Exception - Throws:
- Exception
 
- 
doBrowseSimpleprotected abstract OPCBrowseTag[] doBrowseSimple(String opcServer, String device, String folderPath, String opcItemPath) throws Exception - Throws:
- Exception
 
 
-