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
 
//Resistor Part File
 
$PART_NAME RCHIP603   // chip resistor in 603 package
$JEDEC_TYPE  SRC603
$REF_PREFIX R
$PIN_COUNT 2
$PORTS
    A 1;
    B 2;
$ENDPORTS
$ENDPART
 
 
$PART_NAME RCHIP805   // chip resistor in 805 package
$JEDEC_TYPE  SRC805
$REF_PREFIX R
$PIN_COUNT 2
$PORTS
    A 1;
    B 2;
$ENDPORTS
$ENDPART
 
 
$PART_NAME RCHIP2010   // chip resistor in 2010 package
$JEDEC_TYPE  SRC2010
$REF_PREFIX R
$PIN_COUNT 2
$PORTS
    A 1;
    B 2;
$ENDPORTS
$ENDPART
 
 
$PART_NAME RCHIP2512   // chip resistor in 2512 package
$JEDEC_TYPE  SRC2512
$REF_PREFIX R
$PIN_COUNT 2
$PORTS
    A 1;
    B 2;
$ENDPORTS
$ENDPART
 
 
$PART_NAME    R_AXIAL_D   // medium-size axial thru-hole resistor
$JEDEC_TYPE RES_AXIAL_D
$REF_PREFIX R
$PIN_COUNT 2
$PORTS
    A 1;
    B 2;
$ENDPORTS
$ENDPART
 
  
$PART_NAME    MP725      // Caddock surface-mount power resistor
$JEDEC_TYPE   DPAK_MP725
$REF_PREFIX R
$PIN_COUNT 3
$PORTS
    A   1;  // these pin numbers are consistent with DPAK power transistor and diode convention
    B   3;
    TAB 4;  // heat sink tab--electrically isolated from resistor element
$ENDPORTS
$ENDPART
 
 
$PART_NAME   POT_3361    // see Bourns 3361 series potentiometer
$JEDEC_TYPE  BRNS_3361P  // default footprint -- user may override with SetPackage()
$REF_PREFIX R
$PIN_COUNT 3
$PORTS
    CCW     1;    // counter-clockwise adjustment moves wiper toward this pin
    WIPER   2;
    CW      3;    //         clockwise adjustment moves wiper toward this pin
$ENDPORTS
$ENDPART

 

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

Legal Copyright © 2007 by Coolquest, Inc. Contact