|  |  
 |   |   
 NAMEaddcapa - add a capacitance to a signal See the file man1/alc_origin.1. SYNOPSIS#include "mlo.h" void addcapa(ptsig, ctot) losig_list ∗ptsig; float ctot; PARAMETERSDESCRIPTIONaddcapa 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 ALSOmbk(1), losig(3). See the file man1/alc_bug_report.1. 
 
 |