define - Define user key

Manually defines a test plan key, which will be embedded in the test report and serial number requests performed as part of the current test plan.

Usage:

- command: define <key> <value>

Argument

Description

key

Name of the test plan key.

value

Value for the key; can be any kind of string value. Any %KEY% substitutions in value (referencing an earlier define or a system key) are expanded immediately, before the value is stored.

A key set with define is available to later eval - Evaluate Expression expressions (by bare name) and to label - Set Label Substitutions (when named in a label keys step), and can override a system key of the same name (PRODUCT, VERSION, BOM_REV, DUT_ID, SERIAL_NUMBER, and others). A second define for the same key replaces its previous value.

Examples