.. _auto_simlytiks_get_visualization_configurations: *GET VISUALIZATION CONFIGURATIONS* ================================== Retrieves the full configuration schema for a selected d3VIEW Simlytiks visualization type (e.g., table, linechart, boxplot, curveplot). Use this worker to programmatically obtain the field definitions and options required to configure a specific chart or plot before rendering it in a dashboard or workflow. When to use ----------- Tagged: ``chart``, ``configuration``, ``dashboard``, ``platform``, ``plot``, ``simlytiks``, ``visualization``, ``workflow``. Inputs ------ .. list-table:: :header-rows: 1 :widths: 20 20 20 20 20 20 * - Label - ID - Type - Default - Required - Description * - Visualization Type - visualization_type - select - — - ✓ - The Simlytiks visualization type whose configuration schema should be retrieved; select from the enumerated list (e.g., 'table', 'linechart', 'curveplot', 'boxplot'); required — no default. Outputs ------- .. list-table:: :header-rows: 1 :widths: 20 20 20 20 * - Label - ID - Type - Description * - Status - status - string - A string indicating whether the configuration retrieval succeeded or failed (e.g., 'success' or an error message). * - Results - results - string - A JSON-formatted string containing the full configuration schema — field definitions, axis mappings, and display options — specific to the chosen visualization type. Disciplines ----------- - cae.postprocessing.visualization - platform.dashboard - platform.workflow .. raw:: html

Auto-generated from platform schema. Worker id: simlytiks_get_visualization_configurations. Schema hash: 370ad6e7f667. Hand-curated docs in workerexamples/ override this page when present.