poIResultCtrl GetDataComponentComplexFilter

Returns whether or not a data component can be used with various complex filters for the specified subcase and data type.

Syntax

poIResultCtrl_handle GetDataComponentComplexFilter subcase_id datatype dcomp

Application

HyperView Tcl Query

Description

This command returns whether or not a data component can be used with various complex filters for the specified subcase and data type (true or false).

Inputs

subcase_id
Set to a positive integer.
datatype
The data type label.
dcomp
The component of the data type.

Example

To find out if a data component can be used with a complex filter (assuming a valid model and result file is loaded):
hwi OpenStack
hwi GetSessionHandle session_handle
session_handle GetProjectHandle project_handle
project_handle GetPageHandle page_handle [project_handle GetActivePage]
page_handle GetWindowHandle window_handle [page_handle GetActiveWindow]
window_handle GetClientHandle client_handle


client_handle GetModelHandle model_handle 1
model_handle GetResultCtrlHandle result_handle
result_handle GetDataComponentComplexFilter 1 Stress XX

hwi CloseStack

Errors

None.