CLIPS_MODELFILE
CLIPS_MODELFILE "t_fileName"
Description
Predefines model files to be used within CLIPS in the same format as the -modelfile command-line argument. These model files are used for netlisting configurations.
The following syntax is used for defining model files:
<model1[:model2(sectionName)]>
The default value is a blank list.
Examples
setenv CLIPS_MODELFILE "/my_model_path/models.scs"
Return to top