asiSaveState
asiSaveState(o_session[?namet_name] [?options_option] [?stateDirt_stateDir] [?libt_lib] [?cellt_cell] [?simulatort_simulator] [?descriptiont_description] ) =>t / nil
Description
Saves the current state of the current simulation environment directly from the CIW without displaying the Saving State form.
Arguments
Value Returned
Examples
Saves the state NewState directly from the CIW given the directory (~/.artist_state) and session (session1) in which the state is to be saved and the description (saved on Jan 1, 2006) to be saved with the state.
asiSaveState( session1 ?name "NewState" ?option ’dir ?stateDir "~/.artist_state" ?description "saved on Jan 1, 2006" )
Return to top