Show / Hide Table of Contents

Class ParameterSweepUpdater

Inheritance
System.Object
ParameterSweepUpdater
Implements
IParameterSweepUpdater
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SpiceSharpParser.ModelReaders.Netlist.Spice.Context.Sweeps
Assembly: SpiceSharpParser.dll
Syntax
public class ParameterSweepUpdater : IParameterSweepUpdater

Methods

| Improve this Doc View Source

SetDeviceParameter(Simulation, ICircuitContext, KeyValuePair<Parameter, Double>, ReferenceParameter)

Declaration
protected void SetDeviceParameter(Simulation simulation, ICircuitContext context, KeyValuePair<Parameter, double> paramToSet, ReferenceParameter rp)
Parameters
Type Name Description
SpiceSharp.Simulations.Simulation simulation
ICircuitContext context
System.Collections.Generic.KeyValuePair<Parameter, System.Double> paramToSet
ReferenceParameter rp
| Improve this Doc View Source

SetIndependentSource(IEntity, Simulation, ICircuitContext, KeyValuePair<Parameter, Double>)

Declaration
protected void SetIndependentSource(IEntity entity, Simulation simulation, ICircuitContext context, KeyValuePair<Parameter, double> paramToSet)
Parameters
Type Name Description
SpiceSharp.Entities.IEntity entity
SpiceSharp.Simulations.Simulation simulation
ICircuitContext context
System.Collections.Generic.KeyValuePair<Parameter, System.Double> paramToSet
| Improve this Doc View Source

SetModelParameter(Simulation, ICircuitContext, KeyValuePair<Parameter, Double>, BracketParameter)

Declaration
protected void SetModelParameter(Simulation simulation, ICircuitContext context, KeyValuePair<Parameter, double> paramToSet, BracketParameter bp)
Parameters
Type Name Description
SpiceSharp.Simulations.Simulation simulation
ICircuitContext context
System.Collections.Generic.KeyValuePair<Parameter, System.Double> paramToSet
BracketParameter bp
| Improve this Doc View Source

SetSimulationParameter(Simulation, ICircuitContext, KeyValuePair<Parameter, Double>)

Declaration
protected void SetSimulationParameter(Simulation simulation, ICircuitContext context, KeyValuePair<Parameter, double> paramToSet)
Parameters
Type Name Description
SpiceSharp.Simulations.Simulation simulation
ICircuitContext context
System.Collections.Generic.KeyValuePair<Parameter, System.Double> paramToSet
| Improve this Doc View Source

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

Sets sweep parameters for the simulation.

Declaration
public 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

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

Declaration
protected void UpdateSweep(Simulation simulation, ICircuitContext context, List<KeyValuePair<Parameter, double>> parameterValues)
Parameters
Type Name Description
SpiceSharp.Simulations.Simulation simulation
ICircuitContext context
System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<Parameter, System.Double>> parameterValues

Implements

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