Objects that are available in IronPython Scripting in TIBCO Spotfire without any instantiation

Objects that are available in IronPython Scripting in TIBCO Spotfire without any instantiation

book

Article ID: KB0076246

calendar_today

Updated On:

Products Versions
Spotfire Analyst All Versions

Description

This article desribes the objects which are available in IronPython scripting in TIBCO Spotfire which do not require an instantiation.

Issue/Introduction

There are some objects that are available in IronPython scripting in TIBCO Spotfire without any 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.
 

Additional Information

Doc: Spotfire.Dxp.Application Namespace