table:lookup external file name
I am trying to use the Table:Lookup object with a link to external csv file. The InputOutput reference and Engineering reference does not show an example for this. How do I name the file and where do I put it? No matter what value I put in the field !- External File Name OpenStudio seems to delete it.
OS:Table:Lookup,
{9eed7d77-62eb-495e-9bea-ea44b3858990}, !- Handle
Table M Variable Lookup P72TNU_YNU, !- Name
{b141d15d-7390-419d-9adc-ed54aa376acf}, !- Independent Variable List Name
DivisorOnly, !- Normalization Method
1, !- Normalization Divisor
0.38, !- Minimum Output {BasedOnField A5}
1.243, !- Maximum Output {BasedOnField A5}
Dimensionless, !- Output Unit Type
, !- External File Name
3, !- External File Column Number
1; !- External File Starting Row Number
@Ski90Moo are you defining this lookup table via an OpenStudio measure? If so, it would help to share the measure.rb file so that others can check it's contents.
Not writing the external file name correctly might be a bug in the OpenStudio SDK, meaning that this should be done with an EnergyPlus measure instead. If that's the case, you can use the EnergyPlus example file that @Keigo mentioned in their answer.
I am directly editing the .osm file. I am not using any measures.