Click or drag to resize

ISimulationSetPerturbationValues Method

Sets variable values for perturbation analysis. The value is in a form of a vertical array of doubles. The length of array must be equal to number of optimizable variables.

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
void SetPerturbationValues(
	Object values
)

Parameters

values
Type: SystemObject
Variable values for perturbation analysis.
See Also