SpssClient Class (Python)

The SpssClient class is the top level class for the IBM® SPSS® Statistics Python scripting interface. From an SpssClient object you can:

The SpssClient object is always available to a script, but you must call SpssClient.StartClient to establish a connection to the IBM SPSS Statistics client before you can use any of the other methods in the class. See the topic Getting Started with Python Scripts for more information.