er_specs
Purpose:
-
Process the event response specification file and configure the event response task by sending configuration messages.
Enter:
-
er_specs [event_response_spec_file] [do_translation]
Where:
-
event_response_spec_file
Optional. Specify the event response specification file name. The default is er_specs.nnn
do_translation
Optional. Specify any value. If not specified, spec file translation will NOT be performed. If this argument is specified, then the event_response_spec_file argument must also be specified.
Example:
-
er_specs
The above command processes the file er_specs.nnn at test cell nnn. It also writes a file, /ram/er_specs.nnn.new, that contains the original spec file with translated keywords.er_specs /specs/er_specs.111 no
The above command processes the file /specs/er_specs.111. There is no translation of the spec file.
Notes:
-
Spec file translation is performed by default, translating old style keywords to current ones.
Use the errs command to check for errors after using this command.