pltIPlot GetComplexTopArea

Finds the type of complex plot that is in the top area.

Syntax

pltIPlot_handle GetComplexTopArea

Application

Tcl Query

Description

This command finds the type of plot that is in the top area of the complex plot.
real
imaginary
phase
magnitude
Note: This method is only valid for complex plots.

Example

hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;	
w1 GetClientHandle plot;
plot GetComplexTopArea;

Errors

Success (one of the types of plot) or an error message is returned.

Keywords

Tcl

Complex Plot

Query