addcapa

Langue: en

Version: October 1, 1997 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

addcapa - add a capacitance to a signal
man2html: unable to open or read file man1/alc_origin.1

SYNOPSYS

 #include "mlo.h"
 void addcapa(ptsig, ctot)
 losig_list *ptsig;
 float ctot;
 

PARAMETERS

ptfig
Pointer to the signal in which the capacitance should be added
ctot
Total capacitance

DESCRIPTION

addcapa 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 ALSO

mbk(1), losig(3).
man2html: unable to open or read file man1/alc_bug_report.1