![]() |
![]()
| ![]() |
![]()
NAMEgetphins - retrieve a physical instance See the file man1/alc_origin.1. SYNOPSIS#include "mph.h" phins_list ∗getphins(ptfig, insname) phfig_list ∗ptfig; char ∗insname; PARAMETERSDESCRIPTIONgetphins looks in the list of instances of the physical model pointed to by ptfig for a instance identified by its insname. RETURN VALUEgetphins returns a pointer to the instance that matches the insname. ERROR"∗∗∗ mbk error ∗∗∗ illegal getphins instance insname doesn't exist in figure ptfig->NAME" No instance is called insname in the figure.
EXAMPLE#include "mph.h" phins_list ∗exist(figname, insname) char ∗figname, ∗insname; { SEE ALSOmbk(1), phfig(3), phins(3), addphins(3), delphins(3). See the file man1/alc_bug_report.1.
|