mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-12-23 12:31:43 +02:00
15 lines
236 B
Plaintext
15 lines
236 B
Plaintext
<comp> = R<C<L<D;
|
|
<diode> = D<SCH<Z<TVS;
|
|
|
|
T=<comp> {
|
|
R: { R=#R TOL=%R };
|
|
C: { C=#F TOL=%C V=#V };
|
|
L: { L=#H TOL=%L I=#A };
|
|
D: { C=#F }
|
|
M=<diode> {
|
|
TVS: { Vac=#V Vdc=#V };
|
|
Z: { V=#V I=#A };
|
|
*: { Vf=#V Vr=#V I=#A };
|
|
};
|
|
}
|