Class Parameters
Base parameters for a MutualInductance
Implements
Inherited Members
Namespace: SpiceSharp.Components.MutualInductances
Assembly: SpiceSharp.dll
Syntax
public class Parameters : ParameterSet<Parameters>, ICloneable<Parameters>, IImportParameterSet<double>, IExportPropertySet<double>, IImportParameterSet<GivenParameter<double>>, IExportPropertySet<GivenParameter<double>>, IParameterSet
Properties
Coupling
Gets or sets the coupling coefficient.
Declaration
[ParameterName("k")]
[ParameterName("coefficient")]
[ParameterInfo("Coupling coefficient", IsPrincipal = true)]
[Finite]
public GivenParameter<double> Coupling { get; set; }
Property Value
Type | Description |
---|---|
GivenParameter<double> | The coupling coefficient. |
Remarks
A value of 1.0 indicates perfect coupling, and 0.0 will result in no coupling between the inductors. The mutual inductance can be computed using M = ksqrt(L1L2).