|
NAMEphvia - mbk physical contact DESCRIPTIONThe phvia structure is used to describe a via or contact belonging to a symbolic layout model, see phfig(3) for details. The declarations needed to work on phvia are available in the header file "/labo/include/mph402.h", where '402' is the actual mbk version. The following C structure supports the description of the via :
typedef struct phvia {
struct phvia ∗NEXT;
char TYPE;
long XVIA,YVIA;
struct ptype ∗USER;
} phvia_list;
SEE ALSOmbk(1), addphvia(3), delphvia(3), phfig(3), ptype(3). See the file man1/alc_bug_report.1.
|