Module substrate::simulation::data

source ·
Expand description

Interfaces for interacting with simulation data.

Modules§

  • AC data definitions.
  • Transient data definitions.

Traits§

  • A simulation output that can be recovered from the output of a particular analysis.
  • A simulation output that can be saved in an analysis within a given simulator.
  • A testbench that can save data of type T.

Type Aliases§

Derive Macros§

  • Generates an implementation of FromSaved<Sim, Analysis> for a type.