1ADDCAPA(3)                   MBK LOGICAL FUNCTIONS                  ADDCAPA(3)
2
3
4

NAME

6       addcapa - add a capacitance to a signal
7

SYNOPSIS

9       #include "mlo.h"
10       void addcapa(ptsig, ctot)
11       losig_list ∗ptsig;
12       float ctot;
13

PARAMETERS

15       ptfig               Pointer  to  the  signal  in  which the capacitance
16                           should be added
17
18       ctot                Total capacitance
19

DESCRIPTION

21       addcapa add the capa value to ptsig->CAPA.
22

EXAMPLE

24       #include "mlo.h"
25       void more_capa(pt, i, c)
26       lofig_list ∗pt;
27       long i;
28       float c;
29       {
30          addcapa(getlosig(pt, i), c);
31       }
32

SEE ALSO

34       mbk(1), losig(3).
35
36
37
38
39
40
41ASIM/LIP6                       October 1, 1997                     ADDCAPA(3)
Impressum