I am writing a script to create new OpenStudio::Model::FuelFactors Everything works fine but it does not delete the existing FuelFactor for that fuel.
How can I delete all the existing FuelFactors? I have tried some thing like:
model.getFuelFactors
but this method requires a Handle argument
Any ideas?
Thanks in advance.