poIAdvancedQuery SetLabel

Sets the label to the advanced query.

Syntax

advancedQuery_handle SetLabel label

Application

HyperView Tcl Modify

Description

This command sets the label to the advanced query.

Inputs

label
The label of the advanced query.

Example

To set the label of the advanced query:
hwi OpenStack
hwi GetActiveClientHandle client
set advQueryID [client AddAdvancedQuery]
client GetAdvancedQueryHandle advancedQuery_handle $advQueryID
advancedQuery_handle SetLabel “advQuery”
hwi CloseStack

Errors

This command returns HW_Error, if no argument is passed to the label.