Class Parameters
Base parameters for a CurrentControlledVoltageSource
Implements
Inherited Members
Namespace: SpiceSharp.Components.CurrentControlledVoltageSources
Assembly: SpiceSharp.dll
Syntax
public class Parameters : ParameterSet<Parameters>, ICloneable<Parameters>, IImportParameterSet<double>, IExportPropertySet<double>, IParameterSet
Properties
Coefficient
Gets or sets the transresistance gain.
Declaration
[ParameterName("gain")]
[ParameterInfo("Transresistance (gain)")]
[Finite]
public double Coefficient { get; set; }
Property Value
Type | Description |
---|---|
double | The transresistance gain. |