solidsetup - creates basic calibration parameters for SolidsPack and 
   supplies parameters for the sequence tancpx.c.  Generally used to open 
   a SolidsPack setup macro.  Typically "solidsetup" is followed by "paramgroup"
   statements to define parameters and/or group displays. "paramgroup"
   statements are also required to display the parameters for "HX" and "Hspinal"
   and "Htppm" if they are used in the sequence, even though these parameter 
   groups are defined in "solidsetup". "solidsetup" defines and intializes the 
   parameters:

    dgrowindex -  keeps track of the rows in the "dg" template and aborts 
                   "createparam" if more than 72 rows are defined. 
    aprowindex -  keeps track of the rows in the "ap" template and aborts 
                  "createparam" if more than 72 rows are defined. 
    dgcharindex - keeps track of the number of characters in "dg" parameter 
                  and aborts "createparam" if more than 1023 characters 
                   are defined. 
    apcharindex - keeps track of the number of characters in "ap" parameter 
                  and aborts "createparam" if more than 1023 characters 
                   are defined.
    clearparams - a string containing parameter names fow which the protocol 
                  should clear bit 14.  "clearparams" contains channel parameters
                  which must be set by the protocol and then cleared to allow 
                  further change. 
 
   Close a SolidsPack setup macro with "closesolidsetup". "dgrowindex","aprowindex",
   "dgcharindex" and "apcharindex" are destroyed.  See also: paramgroup and createparam. 
