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

Can you Reference an Object by Name in eQUEST Using BDL Functions?

Is there anyway to return an Object/Components name in eQUEST? For example, if a space wanted to get it's parent's (a floor) name and assign certain parameters based on the returned name. I can only see to be able to return the value of a parent's keyword value rather than the parent's actual name. The following example would return the value of the parent's "MULTIPLIER" keyword, but I would like to be able to return parent's name.

LIGHTING-W/AREA = ( {switch (Parent( MULTIPLIER )) case "L01": #pa("L01LTG")}

Can you Reference an Object by Name in eQUEST Using BDL Functions?

Is there anyway to return an Object/Components name in eQUEST? For example, if a space wanted to get it's parent's (a floor) name and assign certain parameters based on the returned name. I can only see to be able to return the value of a parent's keyword value rather than the parent's actual name. The following example would return the value of the parent's "MULTIPLIER" keyword, but I would like to be able to return parent's name.

LIGHTING-W/AREA  = ( 
{switch (Parent( MULTIPLIER ))
case "L01": #pa("L01LTG")}

#pa("L01LTG")}

Can you Reference an Object by Name in eQUEST Using BDL Functions?

Is there anyway to return an Object/Components name in eQUEST? For example, if a space wanted to get it's its parent's (a floor) name and assign certain parameters based on the returned name. I can only see to be able to return the value of a parent's keyword value rather than the parent's actual name. The following example would return the value of the parent's "MULTIPLIER" MULTIPLIER keyword, but I would like to be able to return parent's name.

LIGHTING-W/AREA  = ( 
{switch (Parent( MULTIPLIER ))
case "L01": #pa("L01LTG")}

Can you Reference an Object by Name in eQUEST Using BDL Functions?

Is there anyway to return an Object/Components name in eQUEST? For example, if a space wanted to get its parent's (a floor) name and assign certain parameters based on the returned name. I can only see to be able to return the value of a parent's keyword value rather than the parent's actual name. name.

The following example would return the value of the parent's MULTIPLIER keyword, but I would like to be able to return parent's name.

LIGHTING-W/AREA  = ( 
{switch (Parent( MULTIPLIER ))
case "L01": #pa("L01LTG")}