.. _auto_assembly_get_parameters: *GET PARAMETERS FROM AN ASSEMBLY* ================================= Retrieves all design parameters associated with a specified Assembly on the d3VIEW platform. Use this worker to extract parameter names, values, and metadata from an assembly for downstream workflow consumption or inspection. When to use ----------- Tagged: ``assembly``, ``metadata``, ``parameters``, ``platform``, ``simulation``. Inputs ------ .. list-table:: :header-rows: 1 :widths: 20 20 20 20 20 20 * - Label - ID - Type - Default - Required - Description * - Assembly - assembly_id - remote_lookup - — - ✓ - The unique identifier of the target Assembly to query; selected via remote lookup from the available assemblies registry — required, no default. Outputs ------- .. list-table:: :header-rows: 1 :widths: 20 20 20 20 * - Label - ID - Type - Description * - Assembly - assembly - integer - Integer primary key of the resolved Assembly object, passed through for chaining to downstream workers that require an assembly reference. * - Assembly - assembly_id - integer - Integer identifier of the Assembly whose parameters were fetched; mirrors the input for traceability and downstream routing. * - Parameters - parameters - dataset - Dataset containing all design parameters belonging to the assembly — rows represent individual parameters with their names, values, and associated metadata. Disciplines ----------- - cae.preprocessing.scenario - platform.workflow .. raw:: html
Auto-generated from platform schema. Worker id: assembly_get_parameters. Schema hash: 1be52f529707. Hand-curated docs in workerexamples/ override this page when present.