pltIMacro IsComplexUseRI

Checks if the complex macro is in the real/imaginary plot.

Syntax

pltIMacro_handle IsComplexUseRI

Application

Tcl Query

Description

This command determines if the complex macro is in the real/imaginary plot, rather than the phase/magnitude plot. If it is in the real/imaginary plot, the function returns true. If it is in the phase/magnitude plot, false is returned. This function only works if the macro is a complex macro.

Example

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

Errors

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

Keywords

Tcl

Macro

Complex Plot

Query