Package com.inductiveautomation.ignition.common.script.builtin
package com.inductiveautomation.ignition.common.script.builtin
-
ClassDescriptionIgnition 8 tag scripting functionsDate and time functions for use in scripting, to make dealing with java.util.Date objects less painful from python.These are all of the file functions that are SR-global - FPMI adds some more that are gui-specific.Use this annotation for @PythonBuiltinLib functions that use python's variable and keyword style function invocation.All the system.tag functions that were formerly located in AbstractTagUtilities and AbstractIALabsTagFunctions.Implements the functions mounted as "system.print" on all scopesA Marker interface that should be put on classes that are going to be added to the ScriptManager to provide global scripting to the system.Indicates that the data in SendRequestResult is actually a stringified PyObject.This is the transport object used to communicate results for system.util.sendRequest between the gateway and the client, and across the gateway network.This is the base implementation of the "Result" object of system.util.sendRequestAsync.