Coolquest, Inc. Home Products Support About Contact
cbold_logo_gif C++BOLD Example Parts Library cbold_logo_gif

<<  File View  >> Class View Parts Library Examples Home

 

$INSERT
// THIS FILE IS IN THE PUBLIC DOMAIN.
// IT IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT
// NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 
$END
 
// Monopin Part File
// Monopins have a single thru pin, like a via.
// They can be used to manually place a via as though it were a part. Applications include:
//   shorting two ground layers together (for signal integrity)
//   defining the center point of a clock via's far-end cluster
 
$PART_NAME   MONOPIN60   // monopin with 60-mil pad
$JEDEC_TYPE  MONOPIN60
$REF_PREFIX  MP
$PIN_COUNT   1
$PORTS
    A 1;
$ENDPORTS
$ENDPART
 
 
$PART_NAME   MONOPIN25   // monopin with 25-mil pad
$JEDEC_TYPE  MONOPIN25
$REF_PREFIX  MP
$PIN_COUNT   1
$PORTS
    A 1;
$ENDPORTS
$ENDPART
 
$PART_NAME   GROUNDPT25   // monopin with 25-mil pad, reference prefix = GP
$JEDEC_TYPE  MONOPIN25
$REF_PREFIX  GP
$PIN_COUNT   1
$PORTS
    A 1;
$ENDPORTS
$ENDPART
 
$PART_NAME   TESTPT25   // monopin with 25-mil pad, reference prefix = TP
$JEDEC_TYPE  MONOPIN25
$REF_PREFIX  TP
$PIN_COUNT   1
$PORTS
    A 1;
$ENDPORTS
$ENDPART

 

<<  File View  >> Class View Parts Library Examples Home

Legal Copyright © 2007 by Coolquest, Inc. Contact