Class Time
Transient behavior for a LosslessTransmissionLine.
Implements
Inherited Members
Namespace: SpiceSharp.Components.LosslessTransmissionLines
Assembly: SpiceSharp.dll
Syntax
[BehaviorFor(typeof(LosslessTransmissionLine))]
[AddBehaviorIfNo(typeof(ITimeBehavior))]
public class Time : Biasing, IParameterized<Parameters>, IExportPropertySet<double>, IBiasingBehavior, ITimeBehavior, IBehavior, IParameterSetCollection, IParameterSet
Constructors
Time(IComponentBindingContext)
Initializes a new instance of the Time class.
Declaration
public Time(IComponentBindingContext context)
Parameters
Type | Name | Description |
---|---|---|
IComponentBindingContext | context | The context. |
Exceptions
Type | Condition |
---|---|
ArgumentNullException | Thrown if |
Properties
Signals
Gets the delayed signals.
Declaration
public DelayedSignal Signals { get; }
Property Value
Type | Description |
---|---|
DelayedSignal | The signals. |