![]() |
![]()
| ![]() |
![]()
NAMEGENLIB_SET_LOCAP - set the capacitance value of a logical capacitor, after its creation. See the file man1/alc_origin.1. SYNOPSIS#include "mlo.h" void GENLIB_SET_LOCAP(figname,capname,newcapa) char ∗figname ; char ∗capname ; double newcapa ; PARAMETERSDESCRIPTIONGENLIB_SET_LOCAP looks in the list of capacitors of the logical model figname for a capacitor identified by its instance capname and set the CAPA field to the newcapa value. RETURN VALUENone ERRORS"∗∗∗ mbk error ∗∗∗ getlocap impossible : capacitor name doesn't exist in figure ptfig -> NAME" No capacitor matches the name.
EXAMPLE#include <genlib.h> int main(int argc,char ∗argv[]) { SEE ALSOmbk(1), GENLIB_DEF_LOFIG(3), GENLIB_LOCAP(3) See the file man1/alc_bug_report.1.
|