Computational routine
eng


Ground

File content


model Ground "Ground"
	Pin p;
equation
	p.v = 0;
end Ground;