Bike Model - Setting Values

Hello everyone,

I am currently trying to implement a python program which is able to set the values for the bike in the Bike-Model of the AMMR. Unfortunately the operation ‘Set Value’ seems not to be allowed for the BikeParameters and I can not figure out why. (The operation is not available in the AMS GUI as well)
I already copied the complete AMMR-folder into another working directory and double checked that the “BikeParameters.any” file it is not read-only.

Does anybody know how to solve this problem?

Best regards,
Leon

AMMR version 1.6.3; AMS version 6.0.4 64Bit

Hi Leon,

Please try to add DesignVar around the variables so e.g.

AnyVar test =DesignVar(2.0);

This should help solve the problem, if not please write again.

Best regards

Søren

1 Like