gen_labels
Purpose:
-
Process and configure general usage variables based on specification files.
Enter:
-
gen_labels [gen_labels_spec_file] [-ni] [-or]
Where:
-
gen_labels_spec_file
Optional. Specify the general usage specification file. Default: gen_labels.nnn
-ni
Optional. Specify this argument to override the initialization of variable values, leaving all values as they were before the command was executed.
-or
Optional. Specify this argument to enable override functionality.
Example:
-
gen_labels
The above command causes general usage variables to be configured as specified in the file gen_labels.nnn at test cell nnn
Notes:
-
The gen_labels command causes the general usage variables to be configured as specified in the general usage specification file.
gen_labels real variable format can take a C type format string. Only valid options for floating point are allowed.
INTEGER_TYPE variable can have an optional format field following the units field for formatting variable display. Only valid options for integers are allowed. See https://cplusplus.com/reference/cstdio/printf/
Use the errs command to check for errors after using this command.