ExportOptimetricsResult

 Export an existing Optimization, Sensitivity, Statistical or DesignXplorer result. (Does not export Parametric results.)

UI Access Right click on the desired Optimetrics setup in the project tree and choose View Analysis Result… On the Post Analysis Display dialog box, click the Result tab, then select Table view, and click on the Export button
Parameters
Name Type Description
<SetupName> String Must be one of the existing Optimization, Sensitivity, Statistical, or DesignXplorer setup names
<FileName> String Must be a valid file path and name with extension of csv, tab, dat, or txt..
[useFullOutputName] Boolean

Optional: defaulted to false. If set to true values will be printed with units. This parameter is ignored for Optimization and Statistical results.

Return Value None

 

Python Syntax ExportOptimetricsResult (<SetupName>, <FileName>, [useFullOutputName])
Python Example

oModule.ExportOptimetricsResult (

"StatisticalSetup1", "c:/exportdir/test.csv",false)

 

VB Syntax ExportOptimetricsResult <SetupName>, <FileName>, [useFullOutputName]
VB Example

oModule.ExportOptimetricsResult "StatisticalSetup1", "c:/exportdir/test.csv", false