poIQuerySetRule GetSelectionSet

Gets the selection set locator string.

Syntax

rule_handle GetSelectionSet

Application

HyperView Tcl Query

Description

This command gets the selection set locator from the advanced query.

Example

To get the selection set locator from the advanced query:
hwi OpenStack
hwi GetActiveClientHandle client
set ruleID [client AddQueryRule selectionset]
client GetQueryRuleHandle rule_handle $ruleID
rule_handle SetSelectionSet "1"
rule_handle GetSelectionSet
hwi CloseStack

Errors

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