← Back to team overview

yade-users team mailing list archive

[Question #703985]: How can I check attribute value of wrapper class?

 

New question #703985 on Yade:
https://answers.launchpad.net/yade/+question/703985

Dear expert on YADE

How can I check the attribute value of wrapper class?

For example, If I assign YADE wrapper class as follow,
-----
 ServoPIDController(maxVelocity=-0.01)
-----
How can I check the attribute value?

I have tried the following command, but I get only memory address of the attribute
-----
In [5]: ServoPIDController.maxVelocity
Out[5]: <property at 0x7f523e31c400>

In [2]: print(ServoPIDController.maxVelocity)
<property object at 0x7fafb98f8400>
-----

Regards.

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.