Show / Hide Table of Contents

Interface IParameterSweepUpdater

Namespace: SpiceSharpParser.ModelReaders.Netlist.Spice.Context.Sweeps
Assembly: SpiceSharpParser.dll
Syntax
public interface IParameterSweepUpdater

Methods

| Improve this Doc View Source

Update(Simulation, ICircuitContext, List<KeyValuePair<Parameter, Double>>)

Sets sweep parameters for the simulation.

Declaration
void Update(Simulation simulation, ICircuitContext context, List<KeyValuePair<Parameter, double>> parameterValues)
Parameters
Type Name Description
SpiceSharp.Simulations.Simulation simulation

Simulation to set.

ICircuitContext context

Reading context.

System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<Parameter, System.Double>> parameterValues

Parameter values.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX