pltIMacro SetComplexNoteAttachPtInROP

Sets the attachment point of the complex macro note.

Syntax

pltIMacro_handle SetComplexNoteAttachPtInROP in_rop

Application

Tcl Modify

Description

This command sets the attachment point of the complex macro note (in the real/phase plot or the imaginary/magnitude plot). This function only works if there is a complex macro with a note.

Inputs

in_rop
true
If you want the complex macro to be in the real or phase plot (depending on what kind of plot it is set to).
false
If you want the complex macro to be in the imaginary or magnitude plot.

Example

hwi GetSessionHandle sess;
sess GetClientManagerHandle pm Plot;
pm GetMacroHandle mc 1;
mc SetComplexNoteAttachPtInROP true;
mc Apply original false;

Errors

Success (0) or an error message is returned.

Keywords

Tcl

Macro

Complex Plot

Note