asiLoadState
asiLoadState(o_session[?namet_name] [?options_option] [?stateDirt_stateDir] [?libt_lib] [?cellt_cell] [?simulatort_simulator] ) =>t/nil
Description
Loads a saved state into the current simulation environment directly from the CIW without displaying the Loading State form.
Arguments
Value Returned
Examples
Loads MyState directly from the CIW given the directory (~/.artist_state) in which the state is saved and the session (session1) into which the state is to be loaded.
asiLoadState( session1 ?name "MyState" ?option 'dir ?stateDir "~/.artist_state" )
Loads spectre_state1 directly from the CIW given the library/cell path (myLib/myCell) and the session (session2) into which the state is to be loaded.
asiLoadState( session2 ?name "spectre_state1" ?option 'cellview ?lib "myLib" ?cell "myCell" )
Return to top