pcb_set_market
Set or add a market segment to an existing PCB review session, updating its question pack and standards shortlist to match required compliance checks.
Instructions
Set or add a market on an existing review session (e.g. switching from commercial to automotive, or adding wireless on top of medical for a connected device). Updates the session's question pack and standards shortlist. Call before pcb_get_review_questions to receive the merged pack.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| replace | No | If true, replace the current market list; if false (default), append to it. | |
| market_id | Yes | Market preset to activate. | |
| session_id | Yes | Session id. | |
| sub_options | No | Optional sub-market options (e.g. {'vehicle_class':'passenger'} pre-fills automotive answers). |