pltIPlot GetPhaseZeroAtTop

Finds whether the phase axis position begins at the top or the right side.

Syntax

pltIPlot_handle GetPhaseZeroAtTop state

Application

Tcl Query

Description

This command finds if the phase axis begins at the top of the circular plot (vertically). If the phase axis begins at the top of the circular plot (at the value zero), true is output. Otherwise, the phase axis begins horizontally, and a false is output.

Example

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

Errors

Success (a true or false value) or an error message is returned.

Keywords

Tcl

Polar Plot

Query