Skip to content

Simba.Data

Simba.Data.Analysis

TransientAnalysisJob

Properties
SolverType TransientAnalysisType or ACSweep
TimePoints TimePoints Data. Performance warning: Getting this property performs a deep copy.
Methods
ClearScopesData() Delete scopes data and empty associated memory.
ClearScopesData(double) Delete scopes data after start_time and empty associated memory.
GetSignalByName(string) Return the signal with the given name
GetSignalByScopeID(string) Return the signal corresponding to a particular scope
GetSignalsMetadata() Return metadata for all available transient signals.
GetSignalWaveform(string) Get aligned time and data vectors for a single signal waveform. The returned vectors are cropped to the same length.
Run() Run simulation. This methods returns when the simulation is completed but can be started in a separate thread to access simulation signals (Signals) during a calculation.
SendDesignAndSolverData() Build the design and set analysis parameters on the current platform bridge without running the simulation. Intended for WASM to record JS calls that the worker will replay.
TryGetXReadOnlyData(IReadOnlyList, Nullable) Returns a no-copy read-only view over X data.