Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

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

o_session

Simulation session object

o_tool

Simulation tool object

s_name

Name of the simulator option.

Value Returned

s_sendMethod

Returns the sendMethod, which indicates how the simulator option is sent to Cadence SPICE.

nil

Returns nil if the option does not exist.

Examples

Gets the sendMethod for the abstol simulator option.

asiGetSimOptionSendMethod( session 'abstol )

Return to top
 ⠀
X