asiSetSimOptionVal
asiSetSimOptionVal(
{ o_session | o_tool }
s_name
g_value
)
=> g_value / nil
Description
Sets the value of the specified simulator option.
Arguments
Value Returned
|
Returns an error message and |
Examples
Sets the tempdc simulator option to 35.
asiSetSimOptionVal( session 'tempdc "35" )
Return to top