Initial version of donated sources by Avertec, 3.4p5.
[tas-yagle.git] / distrib / sources / api / mbkspice / spi_API.h
1 #include "avt_API_types.h"
2
3 /*
4 MAN spi_DriveSignal
5 CATEG gns
6 DESCRIPTION
7 spi_DriveSignal drive the RC description of losig in a file in Spice compatible format.
8 RETURN VALUE
9 spi_DriveSignal return 1 if no error occured, else 0.
10 ERRORS
11 none.
12 */
13
14 int spi_DriveSignal( Signal *losig );
15 void drive_spice (Netlist *fig, char *filename);