ADDCAPA(3) | MBK LOGICAL FUNCTIONS | ADDCAPA(3) |
addcapa - add a capacitance to a signal
See the file buster/alliance/alc_origin.1.en.gz.
#include "mlo.h" void addcapa(ptsig, ctot) losig_list ∗ptsig; float ctot;
addcapa add the capa value to ptsig->CAPA.
#include "mlo.h" void more_capa(pt, i, c) lofig_list ∗pt; long i; float c; { addcapa(getlosig(pt, i), c); }
See the file buster/alliance/alc_bug_report.1.en.gz.
October 1, 1997 | ASIM/LIP6 |