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

asiSetHostOptions

asiSetHostOptions(
o_session
t_hostMode
[ t_host ]
[ t_remoteDir ]
) 
=> t / nil 

Description

Changes the host mode, host and remote directory for simulation.

Arguments

o_session

Simulation session object

t_hostMode

The type of simulation you want to select.

Valid Values: local, remote and distributed.

Default Value: local

t_host

Name of the host on which you want to run the digital simulator.

t_remoteDir

Specifies the project directory on the remote host to be used for remote simulation.

Value Returned

t

Returns t when successfully changes the host options.

nil

Indicates an error.

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
 ⠀
X