Showing 3771 - 3780 of 4305 results
-
https://docs.inductiveautomation.com/docs/8.1/appendix/scripting-functions/system-dataset/system-dataset-deleteRowTakes a dataset and returns a new dataset with a row removed.
-
https://docs.inductiveautomation.com/docs/8.1/appendix/scripting-functions/system-dataset/system-dataset-addRowTakes a dataset and returns a new dataset with a new row added or inserted into it.
-
https://docs.inductiveautomation.com/docs/8.1/appendix/scripting-functions/system-dataset/system-dataset-toPyDataSetThis function converts from a normal DataSet to a PyDataSet, which is a wrapper class which makes working with datasets more Python-esque.
-
https://docs.inductiveautomation.com/docs/8.1/appendix/scripting-functions/system-dataset/system-dataset-toDataSetThis function is used to 1. Convert PyDataSets to DataSets 2. Create new datasets from raw Python lists. When creating a new dataset, headers should have unique names.
-
https://docs.inductiveautomation.com/docs/8.1/appendix/scripting-functions/system-db/system-db-runSFUpdateQueryRuns a query through the store and forward system and to multiple datasources at the same time.
-
https://docs.inductiveautomation.com/docs/8.1/appendix/scripting-functions/system-db/system-db-runUpdateQueryRuns a query against a database connection, returning the number of rows affected.
-
https://docs.inductiveautomation.com/docs/8.1/appendix/scripting-functions/system-nav/system-nav-closeWindowGiven a window path, or a reference to a window itself, it will close the window.
-
https://docs.inductiveautomation.com/docs/8.1/appendix/scripting-functions/system-nav/system-nav-openWindowOpens the window with the given path.
-
https://docs.inductiveautomation.com/docs/8.1/appendix/scripting-functions/system-nav/system-nav-swapWindowPerforms a window swap.
-
https://docs.inductiveautomation.com/docs/8.1/appendix/expression-functions/colors/brighterReturns a color that is one shade brighter than the color given as an argument.

Were these results helpful?