Capacitor
Keywords
electrical, node, bidirectional
Ports
Name | Type |
---|---|
port 1 | Electrical Node |
port 2 | Electrical Node |
Properties
General Properties
Name | Default value | Default unit | Range |
---|---|---|---|
name Defines the name of the element. |
Capacitor | - | - |
annotate Defines whether or not to display annotations on the schematic editor. |
true | - | [true, false] |
enabled Defines whether or not the element is enabled. |
true | - | [true, false] |
type Defines the element unique type (read only). |
Capacitor | - | - |
description A brief description of the elements functionality. |
Capacitor | - | - |
prefix Defines the element name prefix. |
C | - | - |
model Defines the element model name. |
- | - | - |
library Defines the element location or source in the library (custom or design kit). |
- | - | - |
local path Defines the local path or working folder $LOCAL for the element. |
- | - | - |
url An optional URL address pointing to the element online help. |
- | - | - |
Standard Properties
Name | Default value | Default unit | Range |
---|---|---|---|
capacitance Capacitance. |
1e-006 | uF* *std. unit is F |
[0, +∞) |
====================================
Implementation Details
The element is defined by the following s-parameters matrix:
$$s(f)=\begin{bmatrix} \frac{Z_c}{Z_c+2R_0} & \frac{2R_0}{Z_c+2R_0} \\[0.3em] \frac{2R_0}{Z_c+2R_0} & \frac{Z_c}{Z_c+2R_0} \end{bmatrix}$$
Where \(Z_c\) is defined as:
$$Z_c=\frac{i}{1\cdot 2\pi \cdot f \cdot C}$$
Where \(f\) is the frequency and \(C\) is the ‘capacitance’ property. \(R_0\) is the internal characteristic impedance. If the element is disabled, it assumes the value of \(C\) is zero (open circuit).