ResultTree Object

This object allows operations on the CST DESIGN STUDIO result tree.

General Methods

GetNextItemName  ( string treeItemName )  string

Returns the next tree item name after "treeItemName". It does only return folder names in the same hierarchy level. If there is no next tree item the function returns an empty string.

 

GetFirstChildName  ( string treeItemName )  string

Returns the first child tree item of  "treeItemName". If there is no child of the specified tree item the function returns an empty string.

 

GetFileFromTreeItem  ( string resultTreeItemName )  string

This function only affects tree items containing results. It returns the file name of the CST MICROWAVE STUDIO compatible result file associated with this entry. If there is no result file, the return value will be an empty string.

 

GetTableFileFromItemName  ( string resultTreeItemName )  string

If the result tree item represents a table this function returns the file name of the table, otherwise an empty string will be returned.