First time here? Check out the Help page!
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.
2 | No.2 Revision |
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;
3 | No.3 Revision |
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;