poIQueryExtremeRule GetExtreme
Gets the query extreme rule type from the advanced query.
Syntax
rule_handle GetExtreme
Application
HyperView Tcl Query
Description
This command is used to get the extreme query rule type from the advanced query.
Example
hwi OpenStack
hwi GetActiveClientHandle client
set ruleID [client AddQueryRule extreme]
client GetQueryRuleHandle rule_handle $ruleID
rule_handle SetExtreme "BottomN 4"
rule_handle GetExtreme
hwi CloseStack
Errors
This command returns HW_InvalidHandle
, if the core object associated with
the advanced query handle does not exist anymore.