pltIBuildPlotsCtrl SetComponentFilter

Sets the Y component filter.

Syntax

pltIBuildPlotsCtrl_handle SeComponentFilter component_filter

Application

Tcl Modify

Description

This command sets the value in the Y component filter. The filter removes Y components from the Y component list that do not match the filter value.

Inputs

component_filter
The string that you want to use as a filter. All Y components that do not have this string within it will be removed from the Y components list.

Examples

hwi GetSessionHandle sess;
sess GetClientManagerHandle mgr plot;
mgr GetBuildPlotsCtrlHandle build;
build SeComponentFilter "comp.";

Errors

Success (0) or an error message is returned.

Keywords

Tcl

Build Plots

Modify