Coolquest, Inc. | Home | Products | Support | About | Contact | |||
|
<< File View >> | Class View | Parts Library | Examples Home |
// This File Generated by: pt_to_h.exe // Source File: ad1580.pt // Destination File: ad1580.h #ifndef _ad1580_h_ #define _ad1580_h_ // AR_OFF -- auto registration is not needed // 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. class CP_AD1580 : public TPart { public: port VPP; // e.g., reference voltage port VNN; // e.g., ground port NC; CP_AD1580() { SetPackage( "SOT23", 3 ); SetReferencePrefix( "U" ); } virtual void Register() { reg( VPP ); VPP.SetPin( "1" ); reg( VNN ); VNN.SetPin( "2" ); reg( NC ); NC.SetPin( "3" ); } }; #endif
<< File View >> | Class View | Parts Library | Examples Home |
Legal | Copyright © 2007 by Coolquest, Inc. | Contact |