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

Try this: Meter:Custom,RefrigLighting,Electricity,Nameofcasefromobject,NameofvariablefromRDDfile; Output:Meter,RefrigLighting,Hourly;

Note: you'll need to determine the "Nameofcasefromobject" and "NameofvariablefromRDDfile" by referencing the IDF and RDD files.

Try this: Meter:Custom,RefrigLighting,Electricity,Nameofcasefromobject,NameofvariablefromRDDfile; Output:Meter,RefrigLighting,Hourly;

Note: you'll need to determine the "Nameofcasefromobject" and "NameofvariablefromRDDfile" by referencing the IDF and RDD files.

I think you can accumulate ALL such values by using the "" wild card: Meter:Custom,RefrigLighting,Electricity,,NameofvariablefromRDDfile; Output:Meter,RefrigLighting,Hourly;

Try this: Meter:Custom,RefrigLighting,Electricity,Nameofcasefromobject,NameofvariablefromRDDfile; Output:Meter,RefrigLighting,Hourly;

Note: you'll need to determine the "Nameofcasefromobject" and "NameofvariablefromRDDfile" by referencing the IDF and RDD files.

I think you can accumulate ALL such values by using the "" "star / asterisk" wild card: Meter:Custom,RefrigLighting,Electricity,,NameofvariablefromRDDfile; Meter:Custom,RefrigLighting,Electricity,*,NameofvariablefromRDDfile; Output:Meter,RefrigLighting,Hourly;