Open asparke2 opened 9 years ago
Incorporate OpenEI rates in utility tab. Also provide instructions and code snippet for IDF rates substitution.
Migrated from UserVoice
Retitled to include information based on #3172
These objects are quite unusual, and I'm not 100% sure what's the best design. There are two issues I found so far:
The Value or Variable Name
fields are either alpha or numerical.
UtilityCost:Variable
which represents 12 monthly values. In that case I suppose we could always internally use a UtilityCost:Variable
, but provide a setXXX(double)
overload in addition to setXXX(const UtilityCostVariable&)
that would internally set a UtilityCost:Variable
with 12 equal values. The Variable Name
fields (eg: Source Variable
in UtilityCost:Block) can take multiple potential values:
TotalEnergy
UtilityCost:Ratchet
's name, or even another UtilityCost:Block
's name
Much less needed: