book
Article ID: KB0076246
calendar_today
Updated On:
Description
This article desribes the objects which are available in IronPython scripting in TIBCO Spotfire which do not require an instantiation.
Resolution
Application and Document are the two objects which are available in the IronPython scripting in TIBCO Spotfire which do not require an instantiation.
Application [AnalysisApplication] represents the currently running TIBCO Spotfire instance. This object can therefore be used to control the running instance, for example to open files or replace data. If an analysis file (DXP file) has been opened in the application, an object representing that document is available through
Document.
Issue/Introduction
There are some objects that are available in IronPython scripting in TIBCO Spotfire without any instantiation