Calculate the width of the pads of an SMD device. The calculation takes into account the IPC level selected in the Footprint wizard dialog box.
	  	
	  
		
	    	
	    	 Syntax:  | 
	    	
	            | 
					FWiz.CalcSMDPadWidth(deviceWidth, footLength, leadWidth)
				 | 
	   	    
	    	
	        
		      
		Parameters
      
		
			
				
					
						| Parameter | 
						Description | 
					
					
						| deviceWidth | 
						A string with the parameter name specifying the overall width of component. The parameter must be defined with DefineDimensionRange in the OnInitialize event handler function.
						 | 
					
					
						| footLength | 
						A string with the parameter name specifying the foot length of lead. The parameter must be defined with DefineDimensionRange in the OnInitialize event handler function.
						 | 
					
					
						| leadWidth | 
						A string with the parameter name specifying the width of the lead. The parameter must be defined with DefineDimensionRange in the OnInitialize event handler function.
						 | 
					
				
			 
		 
		
		
		      
		Return Value
		Returns the calculated value for the parameter: pad width.
						
	Example
	
		
			
				|  
				 | 
				
                    
                         Copy code
				 | 
			
			
				
   
				 | 
			
		
	 
	    
		See also