poIResultCtrl AppendSimulation
Adds a simulation reference to the current subcase.
Syntax
poIResultCtrl_handle AppendSimulation subcase_id simulation_index
Application
HyperView Tcl Modify
Description
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
set dsub_id [rctrl AddSubcase "Derived_Subcase"]
rctrl SetCurrentSubcase $dsub_id
rctrl AppendSimulation 1 0
rctrl AppendSimulation 1 1
Error
Returns the hwResult.