Analyses¶
>>> from zero.analysis import AcSignalAnalysis, AcNoiseAnalysis
The circuit can be solved in order to compute responses or noise in a single run. If both responses and noise are required, then these must be obtained in separate calls.
Responses between the circuit input and an output (or outputs) can be computed with
AcSignalAnalysis
. Noise from components and nodes in the circuit at a particular node can
be calculated with AcNoiseAnalysis
.