pltIBuildPlotsCtrl GetAnalysisType

Finds the analysis type when Build Plots is in post mode.

Syntax

pltIBuildPlotsCtrl_handle GetAnalysisType

Application

Tcl Query

Description

This command finds the analysis type when Build Plots is in post mode. It will return: “NONLINEAR”, “LINEAR_REAL”, or “LINEAR_COMPLEX”. Nonlinear is a time-based model, while linear real and linear complex are based on frequency using real numbers or complex numbers, respectively.

Example

hwi GetSessionHandle sess;
sess GetClientManagerHandle mgr plot;
mgr GetBuildPlotsCtrlHandle build;
build SelectDataFile "c:/demos/mv_hv_hg/HyperView Stuff/d3plotag" true;
build GetAnalysisType;

Errors

Success (the analysis type) or an error message is returned.

Keywords

  • HyperView
  • Tcl
  • Build Plots
  • Query