poIQueryIgnoreElemTypeRule SetElementTypeList
Sets the element type list to elements from the advanced query.
Syntax
rule_handle SetElementTypeList typelist
Application
HyperView Tcl Modify
Description
This command is used to set the element configs to ignore elements while querying the result.
Inputs
- typelist
- Accepts element config types.
Example
hwi OpenStack
hwi GetActiveClientHandle client
set ruleID [client AddQueryRule ignoreelemtype]
client GetQueryRuleHandle rule_handle $ruleID
rule_handle SetElementTypeList "rigidlink Quad4"
set advQueryID [client AddAdvancedQuery]
client GetAdvancedQueryHandle advancedQuery_handle $advQueryID
advancedQuery_handle AddSimulations "current" "current"
advancedQuery_handle SetQueryRule "[rule_handle GetID]"
advancedQuery_handle SetQuery "entity.id entity.value"
advancedQuery_handle GetValueList
hwi CloseStack
Errors
This command returns HW_Error
, if an invalid config type is passed to the
type list.