poIResultCtrl AppendSimulation
Adds a simulation reference to the current subcase.
Syntax
poIResultCtrl_handle AppendSimulation subcase_id simulation_index
Application
HyperView Tcl Modify
Description
This command adds a simulation reference to the current
            subcase.
    Note: AppendSimulation will fail if the current subcase is
          not a derived subcase.
A simulation can be added to a derived subcase only once.
Inputs
- subcase_id
 - The ID of the subcase which contains the source simulation.
 - simulation_index
 - The source simulation index.
 
Example
To append a
        simulation:
    set dsub_id [rctrl AddSubcase "Derived_Subcase"]
rctrl SetCurrentSubcase $dsub_id
rctrl AppendSimulation 1 0
rctrl AppendSimulation 1 1Error
Returns the hwResult.