Type70: PARAMETER GROUP REPLACER This type picks up a list of parameters left in a text file and inserts them into the proper spot in a TRNSYS simulation input file. It is useful in cases where a secondary program needs to modify the parameters of a TRNSYS simulation. USAGE: UNIT XX TYPE 70 PARAMETER GROUP REPLACER PARAMETERS 3 LU NPARS UNIT WHERE: LU = Logical unit of file containing parameters NPARS = Number of consecutive parameters to be replaced UNIT = Unit number to which parameters in file correspond FILE STRUCTURE: The text file contains a list of the parameters to be replaced in the deck. One value (parameter) per line. The parameters MUST BE CONSECUTIVE and start with PAR1. You need not provide all parameters, just enough to get to the last one being replaced. If you wanted to replace parameters 2, 4 and 5, you would need to in fact replace PAR 1 through PAR 5. The file would look like: PAR1 PAR2 PAR3 PAR4 PAR5