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

 

// This File Generated by:  pt_to_h.exe
// Source File:             opampsot23_5.pt
// Destination File:        opampsot23_5.h
 
#ifndef _opampsot23_5_h_
#define _opampsot23_5_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_OPAMP_SOT23_5 : public TPart {
 
public:
  port   OUT;      
  port   VNN;      // negative supply
  port   IN_P;     
  port   IN_N;     
  port   VPP;      // positive supply
 
  CP_OPAMP_SOT23_5() {
    SetPackage( "SOT23_5", 5 );
    SetReferencePrefix( "U" );
  }
 
  virtual void Register() {
    reg(  OUT );
          OUT.SetPin( "1" );
    reg(  VNN );
          VNN.SetPin( "2" );
    reg(  IN_P );
          IN_P.SetPin( "3" );
    reg(  IN_N );
          IN_N.SetPin( "4" );
    reg(  VPP );
          VPP.SetPin( "5" );
  }
};
 
 
#endif

 

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

Legal Copyright © 2007 by Coolquest, Inc. Contact