DOKK / manpages / debian 10 / alliance / setloself.3.en
SETLOSELF(3) MBK LOGICAL FUNCTIONS SETLOSELF(3)

setloself - set the inductance value of a logical inductor

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

#include "mlo.h"
void setloself(ptfig,name,newself)
lofig_list ∗ptfig ;
const char ∗name ;
double newself ;

Pointer to the figure in which the inductor should be seeked
Instance name of the inductor
New inductance value

setloself looks in the list of inductors of the logical model pointed to by ptfig for a inductor identified by its instance name and set the SELF field to the newself value.

None

"∗∗∗ mbk error ∗∗∗ setloself impossible : inductor name doesn't exist in figure ptfig -> NAME"

No inductor matches the name.

#include "mlo.h"
void set_loself_value(char ∗figname,char ∗selfname,double newself)
{

setloself(getlofig(figname,'A'),selfname,newself) ; }

mbk(1), lofig(3), loself(3), addloself(3), getloself(3), delloself(3).

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

August 14, 2002 ASIM/LIP6