poIResultCtrl RemoveSimulation
Removes the simulation reference from the current subcase.
Syntax
poIResultCtrl_handle RemoveSimulation simulation_index
Application
HyperView Tcl Modify
Description
Inputs
- simulation_index
- The simulation index to remove.
Example
set dsub_id [rctrl AddSubcase "Derived_Subcase"]
rctrl SetCurrentSubcase $dsub_id
rctrl AppendSimulation 1 0
rctrl AppendSimulation 1 1; #this will be removed
rctrl AppendSimluation 1 2
rctrl RemoveSimulation 1
Errors
Returns the hwResult.