poIAdvancedQuery GetScalarDefine

Gets the scalar define ID.

Syntax

advancedQuery_handle GetScalarDefine

Application

HyperView Tcl Query

Description

This command gets the ID of the scalar define.

Example

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

Errors

This command returns 0, if there is no scalar define.