number_of_fit_parameters     (integer)

Navigation:  Ole automation > Automation object properties >

number_of_fit_parameters     (integer)

Previous pageReturn to chapter overviewNext page

Returns the number of fit parameters used at present. This can be used to write loops with some action executed for all fit parameters. For example, you could create a table with the fit parameter names and current values.

 

Dim np as integer

np = scout.number_of_fit_parameters

 

Setting this property has no effect.