Navigation: Ole automation > Automation object properties >
Returns the name of the fit parameter. The following VBA command fills a certain cell with the name of the selected fit parameter:
Range("results").Offset(4 + i, 1) = scout.fit_parameter_name(i)
Setting this property has no effect.