pltIMacro IsComplexNoteAttachPtInROP

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

Syntax

pltIMacro_handle IsComplexNoteAttachPtInROP

Application

Tcl Query

Description

This command determines if the attachment point 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 attachment 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) or an error message is returned.

Keywords

Tcl

Macro

Complex Plot

Query