Interacting with Post Harness Instances Lists
A list of every physical or notional thing, drawing element, or concept that includes instances added at the harness level, that represents a system
Commands:
Use the following functions by first importing the module in your script like this: then use as written.
post_harness_instances_list.rebuild()
Build the 'post harness instances list' by merging instance data from:
- Every instances.tsv under the system harnesses/ directory
- The system-level instances list for harnesses not covered by those files, and for
instances with no harness
Writes a clean TSV with INSTANCES_LIST_COLUMNS (plus any extra columns found).
post_harness_instances_list.push(path_to_system_rev, system_pn_rev)
Documentation needed.