poIAdvancedQuery GetLabel

Gets the label of the advanced query.

Syntax

advancedQuery_handle GetLabel

Application

HyperView Tcl Query

Description

This command gets the label of the advanced query.

Example

To get the label of the advanced query:
hwi OpenStack
hwi GetActiveClientHandle client
set advQueryID [client AddAdvancedQuery]
client GetAdvancedQueryHandle advancedQuery_handle $advQueryID
advancedQuery_handle GetLabel
hwi CloseStack

Errors

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