pltIPlot GetComplexTopArea
Finds the type of complex plot that is in the top area.
Syntax
pltIPlot_handle GetComplexTopArea
Application
HyperWorks Tcl Query
Description
- real
- imaginary
- phase
- magnitude
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
HyperWorks
Tcl
Complex Plot
Query