Show / Hide Table of Contents

Class ParameterSweep

A parameter sweep.

Inheritance
System.Object
ParameterSweep
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 ParameterSweep

Properties

| Improve this Doc View Source

Parameter

Gets or sets the parameter for parameter sweep.

Declaration
public Parameter Parameter { get; set; }
Property Value
Type Description
Parameter
| Improve this Doc View Source

Sweep

Gets or sets the sweep for parameter sweep.

Declaration
public IEnumerable<double> Sweep { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.Double>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX