txtITextEditor GetEvaluated

Returns the evaluation state of text client text.

Syntax

txtITextEditor_handle GetEvaluated

Application

Tcl Query

Description

The GetComplexAxis command returns the evaluation state of text client text, either true or false.

Example

To add the text specified to the first window on the first page and retrieves the evaluation state:
hwi GetSessionHandle session
session GetProjectHandle proj
proj GetPageHandle page 1
page GetWindowHandle win 1
win SetClientType TextEditor
win GetClientHandle txt
txt SetRawText "{var = \"a Templex string\"} Let's display {var}" 
txt GetEvaluated

Error

If the datum in question is a horizontal datum line, valid return values are "phase" and "magnitude". If the datum line is vertical, there is an additional valid return value, "both".

The empty string is returned if there is an error.

Keywords

  • complex plot
  • complex datum
  • associated axis