Showing 2011 - 2020 of 3928 results
-
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/platform/scripting/python-scripting/librariesThe System Library
-
https://docs.inductiveautomation.com/docs/8.1/platform/scripting/python-scripting/variables-datatypes-and-objects/datesOverview
-
https://docs.inductiveautomation.com/docs/8.1/platform/scripting/python-scripting/variables-datatypes-and-objects/dictionariesMapping Type
-
https://docs.inductiveautomation.com/docs/7.9/appendix/scripting-functions/system-db/system-db-runPrepQueryRuns a prepared statement against the database, returning the results in a PyDataSet.
-
https://docs.inductiveautomation.com/docs/7.9/appendix/scripting-functions/system-db/system-db-runNamedQueryRuns a named query and returns the results.
-
https://docs.inductiveautomation.com/docs/7.9/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/7.9/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/7.9/appendix/scripting-functions/system-db/system-db-runScalarQueryRuns a query against a database connection just like the runQuery function, but only returns the value from the first row and column.

Were these results helpful?