poIQueryRule SetLabel
Sets the label to the query rule.
Syntax
queryRule_handle SetLabel label
Application
HyperView Tcl Modify
Description
This command sets the label to the query rule.
Inputs
- label
- The label for the query rule.
Example
hwi OpenStack
hwi GetActiveClientHandle client
set ruleID [client AddQueryRule mindist]
client GetQueryRuleHandle rule_handle $ruleID
rule_handle SetLabel distanceRule
hwi CloseStack
Errors
This command returns HW_Error
, if no argument is passed to the label.