asiDeleteAnalysisField
asiDeleteAnalysisField(o_analysiss_fieldName) =>t/nil
Description
Deletes an analysis field from an existing analysis.
Arguments
Value Returned
Examples
The following example deletes the by field from the existing transient analysis:
analysis = asiGetAnalysis(tool 'tran)
asiDeleteAnalysisField(analysis 'by)
Related Topics
Return to top