asiGetAnalysisOptionSendMethod
asiGetAnalysisOptionSendMethod(o_analysis s_optionName) =>s_sendMethod
Description
Gets the sendMethod for an option in an analysis. The sendMethod indicates how the analysis option is sent to Cadence SPICE.
Argumezsnts
|
Name of an analysis option for which you want to get the sendMethod. |
Value Returned
Examples
The following example returns the sendMethod for the delmax analysis option:
asiGetAnalysisOptionSendMethod( analysis 'delmax )
Related Topics
Return to top