Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Revision history [back]

Delete existing OS:FuelFactors

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.

Delete existing OS:FuelFactors

I am writing a script to create new OpenStudio::Model::FuelFactors 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 that I dont know.

Any ideas?

Thanks in advance.

Delete existing OS:FuelFactors

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 that I dont know.

Any ideas?

Thanks in advance.