poIQueryIgnoreElemTypeRule GetElementTypeList

Gets the element type list from the advanced query.

Syntax

rule_handle GetElementTypeList

Application

HyperView Tcl Query

Description

This command is used to get the element config type list from the advanced query.

Example

To get the element config type list from the advanced query:
hwi OpenStack
hwi GetActiveClientHandle client
set ruleID [client AddQueryRule ignoreelemtype]
client GetQueryRuleHandle rule_handle $ruleID
rule_handle SetElementTypeList "rigidlink Quad4"
rule_handle GetElementTypeList
hwi CloseStack

Errors

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