asiGetCommandFooter
asiGetCommandFooter(o_session) =>t_commandFooter
Description
Specifies the footer of the simulation run command.
Arguments
Value Returned
Examples
The following example shows how to overload the asiGetCommandFooter function:
defmethod( asiGetCommandFooter (( session mySimulator_session )) " > mySimulator.log"
)
Return to top