asiGetEnvOptionVal
asiGetEnvOptionVal(
{ o_session | o_tool }
s_name
)
=> g_value / nil
Description
Gets the value for the specified simulation environment option.
Arguments
Value Returned
|
Returns the value for the specified simulation environment option. |
|
Examples
Gets the value for the modelPath simulation environment option.
asiGetEnvOptionVal( session 'modelPath )
Related Topics
Return to top