Show / Hide Table of Contents

Interface ISweep

An interface that describes a sweep of simulation properties.

Inherited Members
IParameterSet.SetParameter<P>(string, P)
IParameterSet.TrySetParameter<P>(string, P)
IParameterSet.GetProperty<P>(string)
IParameterSet.TryGetProperty<P>(string, out P)
IParameterSet.CreateParameterSetter<P>(string)
IParameterSet.CreatePropertyGetter<P>(string)
ICloneable<ISweep>.Clone()
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.

Extension Methods

Documentation.ParameterValues<T>(IParameterSet, bool)
Documentation.Parameters(IParameterSet)
Utility.ThrowIfNull<T>(T, string)
In this article
Back to top Generated by DocFX