Initializing help system before first use

Minimum Python Model Requirements

The functions for interacting with the Insight server are provided by the xpressinsight.AppInterface class.

The class provides methods that can be used for a wide range of tasks including downloading and uploading attachments, and for getting scenario and application meta data.

You can access the application interface functions via the insight property of the Insight application. This property is inherited from the base class xpressinsight.AppBase. The functions are fully described in the Application Interface section of the Insight Python online documentation.