poIQueryIgnoreElemTypeRule GetSelectionSetList

Gets the selection set locator stringlist.

Syntax

rule_handle GetSelectionSetList

Application

HyperView Tcl Query

Description

This command is used to get the selection set locator stringlist.

Example

To get the selection set locator stringlist:
hwi OpenStack 
hwi GetActiveClientHandle client 
set ruleID [client AddQueryRule ignoreelemtype] 
client GetQueryRuleHandle rule_handle $ruleID 
rule_handle SetSelectionSet "User_Set 6" 
rule_handle GetSelectionSetList 
set advQueryID [client AddAdvancedQuery] 
client GetAdvancedQueryHandle advancedQuery_handle $advQueryID 
advancedQuery_handle AddSimulations "current" "current" 
advancedQuery_handle SetQuery "entity.id entity.value" 
advancedQuery_handle SetQueryLogic "[rule_handle GetID]" 
advancedQuery_handle GetValueList 
hwi CloseStack

Errors

This command returns an empty string "", if there are no sets selected.