.. _auto_simulation_verify_template_sensors: *VERIFIES IF SIMULATION CONTAINS ALL THE RAW SENSORS NEEDED BY THE TEMPLATE* ============================================================================ Checks whether a simulation contains all the RAW sensor channels required by a given template. It compares the sensor inventory of the simulation against the sensors declared in the template, and reports which sensors are available and which are missing. Use this worker as a pre-flight validation step before running template-based post-processing or reporting. When to use ----------- Tagged: ``battery``, ``pre-flight``, ``raw_sensors``, ``sensor_validation``, ``simulation``, ``template``, ``verification``. Inputs ------ .. list-table:: :header-rows: 1 :widths: 20 20 20 20 20 20 * - Label - ID - Type - Default - Required - Description * - Simulation - simulation_id - remote_lookup - — - ✓ - Remote lookup reference to the simulation whose RAW sensor inventory will be inspected; must resolve to a valid simulation record in the platform. * - Template - template_id - remote_lookup - — - ✓ - Remote lookup reference to the template whose required sensor list will be used as the verification target; must resolve to a valid template record in the platform. Outputs ------- .. list-table:: :header-rows: 1 :widths: 20 20 20 20 * - Label - ID - Type - Description * - Simulation Id - simulation_id - integer - Integer primary key of the simulation that was verified, passed through for downstream chaining. * - Template Id - template_id - integer - Integer primary key of the template that was used for verification, passed through for downstream chaining. * - Simulation Sensors - sim_sensors - dataset - Dataset listing all RAW sensor channels found in the simulation (name, type, and any available metadata). * - Template Sensors - template_sensors - dataset - Dataset listing all sensor channels declared as required by the template. * - Available - available - dataset - Dataset of sensor channels that are required by the template AND present in the simulation — i.e., the matched/satisfied sensors. * - Missing - missing - dataset - Dataset of sensor channels that are required by the template but NOT found in the simulation; a non-empty result indicates the simulation cannot be fully processed by the template. * - Verified - verified - scalar - Boolean scalar (1 = all required sensors are present, 0 = one or more sensors are missing); use as a branch condition in workflow logic. Disciplines ----------- - cae.postprocessing.response - engineering.battery - platform.workflow .. raw:: html

Auto-generated from platform schema. Worker id: simulation_verify_template_sensors. Schema hash: 758695ae075c. Hand-curated docs in workerexamples/ override this page when present.