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

Revision history [back]

click to hide/show revision 1
initial version

using OpenStudio model, how do I get the uuid value of a object-list field?

Developing an app using openstudio modelobject

1) Loaded a sample osm file into model 2) Traversing the model to extract (.osm file) data 3) for an object-list field, able to obtain referred object name. 4) Since it is possible that the object name may not be unique, I would like to know the object's uuid rather than its name (from the object-list field) so that I can access the correct object.

Appreciate any help

using OpenStudio model, how do I get the uuid value of a object-list field?

Developing an app using openstudio modelobject

1) Loaded a sample osm file into model 2) Traversing the model to extract (.osm file) data 3) for an object-list field, able to obtain referred object name. 4) Since it is possible that the object name may not be unique, I would like to know the object's uuid rather than its name (from the object-list field) so that I can access the correct object.

Appreciate any help

using OpenStudio model, how do I get the uuid value of a object-list field?

Developing an app using openstudio modelobject

1)

  1. Loaded a sample osm file into model 2) model
  2. Traversing the model to extract (.osm file) data 3) data
  3. for an object-list field, able to obtain referred object name. 4) name.
  4. Since it is possible that the object name may not be unique, I would like to know the object's uuid rather than its name (from the object-list field) so that I can access the correct object.

Appreciate any help