Query: addcapa
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ADDCAPA(3) MBK LOGICAL FUNCTIONS ADDCAPA(3)NAMEaddcapa - add a capacitance to a signalORIGINThis software belongs to the ALLIANCE CAD SYSTEM developed by the ASIM team at LIP6 laboratory of Universite Pierre et Marie CURIE, in Paris, France. Web : http://asim.lip6.fr/recherche/alliance/ E-mail : alliance-users@asim.lip6.frSYNOPSYS#include "mlo.h" void addcapa(ptsig, ctot) losig_list *ptsig; float ctot;PARAMETERSptfig Pointer to the signal in which the capacitance should be added ctot Total capacitanceDESCRIPTIONaddcapa add the capa value to ptsig->CAPA.EXAMPLE#include "mlo.h" void more_capa(pt, i, c) lofig_list *pt; long i; float c; { addcapa(getlosig(pt, i), c); }SEE ALSOmbk(1), losig(3).BUG REPORTThis tool is under development at the ASIM department of the LIP6 laboratory. We need your feedback to improve documentation and tools.ASIM/LIP6 October 1, 1997 ADDCAPA(3)