asiSetHostOptions
asiSetHostOptions(o_session t_hostMode[t_host] [t_remoteDir] ) =>t/nil
Description
Changes the host mode, host and remote directory for simulation.
Arguments
|
The type of simulation you want to select. |
|
|
Name of the host on which you want to run the digital simulator. |
|
|
Specifies the project directory on the remote host to be used for remote simulation. |
Value Returned
Examples
asiSetHostOptions( stdobj@0x18d7caa4 "local")
=> t
asiSetHostOptions( stdobj@0x18d7caa4 "distributed")
=> t
asiSetHostOptions(stdobj@0x18d7caa4 "remote" "ciclinux71" "/servers/scratch02/aakhil/testcase/simulation")
=> t
asiSetHostOptions(stdobj@0x18d7caa4 "remote")
WARNING (ADE-3042): Unable to contact host (machine)
=> nil
Return to top