Interface ISweep
An interface that describes a sweep of simulation properties.
Inherited Members
Namespace: SpiceSharp.Simulations
Assembly: SpiceSharp.dll
Syntax
public interface ISweep : IParameterSet, ICloneable<ISweep>
Properties
Name
Gets the name of the sweep.
Declaration
string Name { get; }
Property Value
| Type | Description |
|---|---|
| string | The name of the sweep. |
Methods
CreatePoints(IBiasingSimulation)
Creates an enumerable that can sweep properties of the simulation.
Declaration
IEnumerator<double> CreatePoints(IBiasingSimulation simulation)
Parameters
| Type | Name | Description |
|---|---|---|
| IBiasingSimulation | simulation | The simulation to create the points for. |
Returns
| Type | Description |
|---|---|
| IEnumerator<double> | The created sweep points. |