Class Frequency
Frequency behavior for switches.
Assembly: SpiceSharp.dll
Syntax
[BehaviorFor(typeof(CurrentSwitch))]
[BehaviorFor(typeof(VoltageSwitch))]
[AddBehaviorIfNo(typeof(IFrequencyBehavior))]
public class Frequency : Biasing, IBiasingBehavior, IParameterized<Parameters>, IFrequencyBehavior, IBehavior, IParameterSetCollection, IExportPropertySet<Complex>, IExportPropertySet<bool>, IExportPropertySet<double>, IParameterSet
Constructors
Frequency(ISwitchBindingContext)
Initializes a new instance of the Frequency class.
Declaration
public Frequency(ISwitchBindingContext context)
Parameters
Exceptions
Properties
ComplexCurrent
Declaration
[ParameterName("i")]
[ParameterName("c")]
[ParameterInfo("The complex current")]
public Complex ComplexCurrent { get; }
Property Value
ComplexPower
Declaration
[ParameterName("p")]
[ParameterInfo("The complex power")]
public Complex ComplexPower { get; }
Property Value
ComplexVoltage
Declaration
[ParameterName("v")]
[ParameterInfo("The complex voltage")]
public Complex ComplexVoltage { get; }
Property Value
Implements
Extension Methods
See Also