My purpose is to avoid the auto-sizing of a lot of components after an initial simulation of the model. Since I'm working with several large idf files, it would be very nice to have an automatic and dry solution for this issue. So, using eppy and some existing scripts, I wrote these following lines of code that can get the key value of objects and size values to and modify the idf accordingly.
There is one problem. I can't find the appropriate output for this purpose. For example, for the AirTerminal:SingleDuct:VAV:Reheat
object only 2 autosized values are specified:
AirTerminal:SingleDuct:VAV:Reheat,
SPACE5-1 VAV Reheat, !- Name
ReheatCoilAvailSched, !- Availability Schedule Name
SPACE5-1 Zone Coil Air In Node, !- Damper Air Outlet Node Name
SPACE5-1 ATU In Node, !- Air Inlet Node Name
autosize, !- Maximum Air Flow Rate {m3/s}
Constant, !- Zone Minimum Air Flow Input Method
0.3, !- Constant Minimum Air Flow Fraction
, !- Fixed Minimum Air Flow Rate {m3/s}
, !- Minimum Air Flow Fraction Schedule Name
Coil:Heating:Water, !- Reheat Coil Object Type
SPACE5-1 Zone Coil, !- Reheat Coil Name
autosize, !- Maximum Hot Water or Steam Flow Rate {m3/s}
0.0, !- Minimum Hot Water or Steam Flow Rate {m3/s}
SPACE5-1 In Node, !- Air Outlet Node Name
0.001, !- Convergence Tolerance
NORMAL, !- Damper Heating Action
AUTOCALCULATE, !- Maximum Flow per Zone Floor Area During Reheat {m3/s-m2}
AUTOCALCULATE; !- Maximum Flow Fraction During Reheat
But in the output summary table mentioned object has seven size columns! I'm a little confused about how to extract sizing results for my code.