asiGetSimOptionSendMethod
asiGetSimOptionSendMethod(
{ o_session | o_tool }
s_name
)
=> s_sendMethod / nil
Description
Gets the sendMethod for the specified simulator option. The sendMethod indicates how the simulator option is sent to Cadence SPICE.
Arguments
Value Returned
|
Returns the |
|
Examples
Gets the sendMethod for the abstol simulator option.
asiGetSimOptionSendMethod( session 'abstol )
Return to top