Enum ConductionTypes
An enumeration of conduvtive path types.
Namespace: SpiceSharp.Validation
Assembly: SpiceSharp.dll
Syntax
[Flags]
public enum ConductionTypes
Fields
Name | Description |
---|---|
Ac | Indicates a path that is conductive for all non-zero frequencuencies. |
All | Indicates a path that is unconditionally conducting. |
Dc | Indicates a path that is conductive for DC solutions. |
None | Indicates an unconnected path. |
Time | Indicates a path that is conductive for time-varying signals. Ie. it has a solution if an initial condition is known. |