Show / Hide Table of Contents

Class Parameters

Parameters for an independent current source.

Inheritance
object
ParameterSet
ParameterSet<IndependentSourceParameters>
IndependentSourceParameters
Parameters
Implements
ICloneable<IndependentSourceParameters>
ICloneable<Parameters>
IImportParameterSet<double>
IExportPropertySet<double>
IImportParameterSet<IWaveformDescription>
IExportPropertySet<IWaveformDescription>
IImportParameterSet<double[]>
IImportParameterSet<GivenParameter<double>>
IExportPropertySet<GivenParameter<double>>
IParameterSet
Inherited Members
IndependentSourceParameters.Waveform
IndependentSourceParameters.SetAc(double[])
IndependentSourceParameters.Phasor
IndependentSourceParameters.UpdatePhasor()
IndependentSourceParameters.Clone()
IndependentSourceParameters.DcValue
IndependentSourceParameters.AcPhase
IndependentSourceParameters.AcMagnitude
ParameterSet.SetParameter<P>(string, P)
ParameterSet.TrySetParameter<P>(string, P)
ParameterSet.GetProperty<P>(string)
ParameterSet.TryGetProperty<P>(string, out P)
ParameterSet.CreateParameterSetter<P>(string)
ParameterSet.CreatePropertyGetter<P>(string)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SpiceSharp.Components.CurrentSources
Assembly: SpiceSharp.dll
Syntax
public class Parameters : IndependentSourceParameters, ICloneable<IndependentSourceParameters>, ICloneable<Parameters>, IImportParameterSet<double>, IExportPropertySet<double>, IImportParameterSet<IWaveformDescription>, IExportPropertySet<IWaveformDescription>, IImportParameterSet<double[]>, IImportParameterSet<GivenParameter<double>>, IExportPropertySet<GivenParameter<double>>, IParameterSet

Properties

ParallelMultiplier

Gets or sets the number of current sources in parallel.

Declaration
[ParameterName("m")]
[ParameterInfo("Parallel multiplier")]
[GreaterThanOrEquals(0)]
[Finite]
public double ParallelMultiplier { get; set; }
Property Value
Type Description
double

The number of current sources in parallel.

Implements

ICloneable<T>
ICloneable<T>
IImportParameterSet<P>
IExportPropertySet<P>
IImportParameterSet<P>
IExportPropertySet<P>
IImportParameterSet<P>
IImportParameterSet<P>
IExportPropertySet<P>
IParameterSet

Extension Methods

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