-
Install
py4j
and requests
with a package manager such
as pip
.
For example, from a command line, enter pip install py4j
.
-
From the command line, enter and run
pip install Install
Location/reffiles/SMAMDOPython/dist/ResultsAnalytics-1.0-py3-none-any.whl
to install the Results Analytics scripting module.
Install Location is the file location of your 3DOrchestrate Station installation.
-
Add Install Location\reffiles\SMAMDOPython to
your
PYTHONPATH
, where Install Location is the file
location of your 3DOrchestrate Station installation.
-
Open a Python IDE or notebook.
-
From Results Analytics, run an analytics case.
-
From the upper right of Results Analytics, click Connect
.
-
Click Copy to copy the string to your clipboard.
-
Paste the string into the top of a Python script.
You can now begin using the provided API calls to interact with
your analytics case.
Every time you run an analytics case, you must copy a new connection
code from the Connect
dialog box into your script.