First time here? Check out the Help page!

Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Revision history [back]

Call .class on the object and see what class it is.

The .name method is part of a base class that your object inherits, so just because the correct name shows doesn't mean you have the correct class. You can manipulate it to the correct class with .to_ClassName.get.