Products | Versions |
---|---|
Spotfire Statistica | 13.2 |
This article gives an example of Python node with Python (3.5 or 2.7) and IronPython scripting language to take inputs from upstream spreadsheet nodes and generate downstream spreadsheet outputs.
With Python (3.5 or 2.7) scripting language in Python node, "ActiveDataSet['SpreadsheetNodeName']" is used to read inputs from upstream spreadsheet nodes.
With IronPython scripting language in Python node, "InputContainer[x].DataSource" is used to take inputs from upstream spreadsheet nodes.
Example workspaces with python node with Python (3.5 or 2.7) and IronPython scripting languages are attached in this article.