Documentation /  Analog Insydes /  Reference Manual /  Numerical Analyses /

IntroductionParameter Sweeps

3.7.1 Analog Insydes Numerical Data Format

This section introduces the simulation data format used in Analog Insydes. Some functions like ACAnalysis, NoiseAnalysis, NDAESolve, or ReadSimulationData need to return numerical data which represents zero, one, or multi-dimensional numerical data. This data will be returned in the following form:

-> , -> , ,

SweepParameters -> -> , -> , ,

The variable labels l and the parameter labels p can be of type String or Symbol. For operating-point data the value is a single numerical value, for sweep data it is an InterpolatingFunction. The parameter value is always a single numerical value.

SweepParameters denotes the parameters which have been swept. It can be omitted if only one data set is present.

IntroductionParameter Sweeps