Analytics.DataFrame.debugOut()
Signature
void debugOut(Object frame)
Description
Prints the data frame
Parameters
Name | Type | Description |
frame | Object | Terr Frame Object |
Cautions
In case a complex TERR datastructure like another frame or list exists inside a frame, then the debugOut function will just print the object reference of it.
The various frame/list related functions can be then used to retrieve data from these datastructures.
Example
Analytics.DataFrame.debugOut(frame);