FreeBSD Manual Pages
ADDCAPA(3) MBK LOGICAL FUNCTIONS ADDCAPA(3) NAME addcapa - add a capacitance to a signal SYNOPSIS #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). ASIM/LIP6 October 1, 1997 ADDCAPA(3)
NAME | SYNOPSIS | PARAMETERS | DESCRIPTION | EXAMPLE | SEE ALSO
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=addcapa&sektion=3&manpath=FreeBSD+Ports+15.0>
