gen_labels
Purpose:
-
Process general usage variable specifications.
Enter:
-
gen_labels [gen_labels_spec_file] [+ni]
Where:
-
gen_labels_spec_file
Specify the general usage specification file. This argument is optional. Default: gen_labels.nnn
+ni
Specify this option to override the initialization of variable values, leaving all values as they were before the command was executed
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.