![]() |
![]()
| ![]() |
![]()
NAMEGENLIB_SET_LORES - set the resistance value of a logical resistor, after its creation. See the file man1/alc_origin.1. SYNOPSIS#include "mlo.h" void GENLIB_SET_LORES(figname,resname,newresi) char ∗figname ; char ∗resname ; double newresi ; PARAMETERSDESCRIPTIONGENLIB_SET_LORES looks in the list of resistors of the logical model figname for a resistor identified by its instance resname and set the RESI field to the newresi value. RETURN VALUENone ERRORS"∗∗∗ mbk error ∗∗∗ getlores impossible : resistor name doesn't exist in figure ptfig -> NAME" No resistor matches the name.
EXAMPLE#include <genlib.h> int main(int argc,char ∗argv[]) { SEE ALSOmbk(1), GENLIB_DEF_LOFIG(3), GENLIB_LORES(3) See the file man1/alc_bug_report.1.
|