Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I suggest looking through the API a little more in Chapter 7 - Single Element Data Retrieval and Chapter 8 - Subsystem Data Retrieval. In there you will find exactly what you are looking for and detailed documentation on how to use each function.

If you are using the subsystem data retrieval, look at chapters 8.6, 8.13, 8.14, and 8.15 for functions to grab load and transformer data. (I am referring to the 32.0.5 API, so it may be different in different releases)

Another option is the caspy python package.

import caspy

I suggest looking through the API a little more in Chapter 7 - Single Element Data Retrieval and Chapter 8 - Subsystem Data Retrieval. In there you will find exactly what you are looking for and detailed documentation on how to use each function.

If you are using the subsystem data retrieval, look at chapters 8.6, 8.13, 8.14, and 8.15 for functions to grab load and transformer data. (I am referring to the 32.0.5 API, so it may be different in different releases)

Another option is the caspy python package.package. For more information on that tool, try:

import caspy
help(caspy)

And take a look at the Saved Case Data Extraction Subroutines for what information is available.