pltIPlot AddPhaseDatum

Adds a phase datum.

Syntax

pltIPlot_handle AddPhaseDatum

Application

Tcl Modify

Description

This command adds a new, empty phase datum. A phase datum is a line that goes from the center outward in the polar plot. It is used for comparisons.

Example

hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 GetClientHandle plot;
plot SetClientType polar;
plot AddPhaseDatum;

Errors

Success (0) or an error message is returned.

Keywords

Datum

Polar Plot

Modify

Create