sevChooseSimulator
sevChooseSimulator(
t_session
[ g_disableProjectDir ]
)
=> t / nil
Description
Displays the Choosing Simulator/Directory/Host form that lets you choose the simulator you want to use, the run directory, and the host machine.
Arguments
|
t_session
|
The simulation environment session.
|
|
g_disableProjectDir
|
Optional argument that disables the Project Directory field in the Choosing Simulator/Directory/Host form.
Valid Values: t, disables the Project Directory field; nil, enables the Project Directory field.
Default value: nil
|
Value Returned
|
t
|
The call is successful.
|
|
nil
|
The call is unsuccessful.
|
Return to top