SpssOutputUI Class (Python)

The SpssOutputUI class represents the Viewer window associated with an open output document. You obtain an SpssOutputUI object from the GetOutputUI method of an SpssOutputDoc object.

Example: Get the SpssOutputUI Object Associated with the Designated Output Document

import SpssClient
SpssClient.StartClient()
DesignatedOutputDoc = SpssClient.GetDesignatedOutputDoc()
OutputUI = DesignatedOutputDoc.GetOutputUI()
  • The variable OutputUI is an SpssOutputUI object for the Viewer window associated with the designated output document.