min_max_specs
Purpose:
-
Specify the minimum/maximum task configuration.
Enter:
-
min_max_specs [min_max_spec_file] [‘check’]
Where:
-
min_max_spec_file
Optional. Specify the specification filename to configure the min_max task. Default: /specs/min_max.NNN. Note: NNN is the cell_name from /cell/cell_name.
check
Optional. Specify this option to validate the specification file without starting the min_max task. The min_max_spec_file is required when using ‘check’. This instance of min_max matches the registered name from a min_max spec file.
Example:
-
min_max_specs
The above command configures min_max with the default min_max spec file.
Assuming that the command is executed at test cell NNN, the default file is /specs/min_max.NNN.min_max_specs /specs/my_min_max
The above command results in the file /specs/my_min_max being processed.
Notes:
-
If min_max is not already running, it will be automatically started with a priority of 19, and a registered name that matches the line beneath
the @REG_NAME keyword. min_max will not be spawned if there are issues with the spec file in use.Most errors will print to the terminal after running min_max_specs, but use the ‘errs’ command to check for errors to be sure none are missed.
Refer to /cyflex/specs.def/min_max.def for example configurations for a min_max specification file.