Scicos Block
fr - eng


Ground (zero potential reference)

\epsfig{file=Ground.eps,width=90.00pt}

Contents

Description

The Ground element is a single port component providing a reference voltage in electrical circuits. The potential at the ground node is zero. Every electrical circuit has to contain at least one ground element.

Default properties

Interfacing function

Ground.sci

Modelica model


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