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