DOKK / manpages / debian 10 / alliance / addcapa.3.en
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;

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

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);
}

mbk(1), losig(3).

See the file buster/alliance/alc_bug_report.1.en.gz.

October 1, 1997 ASIM/LIP6