pltIMacro IsComplexNotePositionInROP

Checks if the position of the complex macro note is in the real or phase plot.

Syntax

pltIMacro_handle IsComplexNotePositionInROP

Application

Tcl Query

Description

This command determines if the position of the complex macro note is in the real or phase plot. This function only works if there is a complex macro with a note. If the note is in the real or phase plot, then true is returned. If it is in the imaginary or magnitude plot, false is returned.

Example

hwi GetSessionHandle sess;
sess GetClientManagerHandle pm Plot;
pm GetMacroHandle mh 1;
mc IsComplexMacro;

Errors

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

Keywords

Tcl

Macro

Complex Plot

Query