addcapa.3alc - Man Page
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).
Info
October 1, 1997 ASIM/LIP6 MBK LOGICAL FUNCTIONS