Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 9eb0cb71099fddd84d285279da5452ea > files > 126

geda-docs-1.6.2-1.fc14.noarch.rpm

LIBRARY ieee,disciplines;
USE ieee.math_real.all;
USE ieee.math_real.all;
USE work.electrical_system.all;
USE work.all;
-- Entity declaration -- 

ENTITY CAPACITOR IS
	 GENERIC (	v_init : REAL := 0.0;
			c : REAL := 10.0e-12 );
	 PORT (		terminal RT : 	electrical;
			terminal LT : 	electrical );
END ENTITY CAPACITOR;