poIAdvancedQuery GetSubcaseList

Gets the subcase list applicable for the advanced query.

Syntax

advancedQuery_handle GetSubcaseList

Application

HyperView Tcl Query

Description

This command is used to get the list of subcases which are applicable for the advanced query.

Example

To get the list of subcases for the advanced query:
hwi OpenStack
hwi GetActiveClientHandle client
set ruleID [client AddQueryRule extreme]
client GetQueryRuleHandle rule_handle $ruleID
rule_handle SetExtreme "TopN 3"
set advQueryID [client AddAdvancedQuery]
client GetAdvancedQueryHandle advancedQuery_handle $advQueryID
advancedQuery_handle AddSimulations "current" "current"
advancedQuery_handle GetSubcaseList
hwi CloseStack

Errors

This command returns HW_InvalidHandle, if the core object associated with the advanced query handle does not exist anymore.