SIMULATION GET CURVE BY ID

Looks up a single curve from a simulation record by its numeric curve ID and returns the curve data with any configured scale and offset applied. Use this worker when you need to extract a specific named/indexed curve from a simulation for downstream processing or plotting.

When to use

Tagged: curve, curve_id, files, offset, retrieval, scale, simulation.

Inputs

Label ID Type Default Required Description
Simulation simulation_id remote_lookup The simulation record to query; select via remote lookup against the simulations data source — required, no default.
Curve Id curve_id text 1 Integer ID of the curve to retrieve within the selected simulation (e.g. 1 for the first curve); defaults to 1 but must be set to the target curve’s ID.

Outputs

Label ID Type Description
Simulation Id simulation_id scalar Pass-through scalar reference to the source simulation record, useful for chaining subsequent simulation-scoped workers.
Curve curve vector The retrieved curve as a vector (x/y pairs) with scale and offset applied as configured on the simulation record.

Disciplines

  • cae.postprocessing.extraction
  • data.curve.transform

Auto-generated from platform schema. Worker id: simulation_get_curve_by_id. Schema hash: 2165be467308. Hand-curated docs in workerexamples/ override this page when present.