|
NAMEaddloself - create a logical inductor See the file man1/alc_origin.1. SYNOPSIS#include "mlo.h" loself_list ∗addloself(ptfig,type,self,scon1,scon2,name) lofig_list ∗ptfig ; char type ; double self ; losig_list ∗scon1, ∗scon2 ; const char ∗name ; PARAMETERSDESCRIPTIONaddloself creates a new inductor, and adds it to the list
of inductors pointed to by ptfig -> LOSELF. The new inductor is
added in front of the list, and becomes itself the list head.
The self argument is the inductor value in Henry.
RETURN VALUEaddloself returns a pointer to the newly created inductor. ERRORS"∗∗∗ mbk error ∗∗∗ illegal inductor type : type" The type is not a legal inductor type.
EXAMPLE
#include "mlo.h"
void parallel_inductors(void) /∗ netlist of two parallel inductors ∗/
{
SEE ALSOmbk(1), lofig(3), loself(3), locon(3), delloself(3). See the file man1/alc_bug_report.1.
|