![]()  | 
	
| 
		 
			 
			#1  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
			
			 
				
				Pspice Call
			 
			
			
			Hi, 
		
		
		
		
		
		
		
		
	
	I was wondering if there was a way to call the program Pspice in Vizard and maybe show a resulting graph from the output of Pspice in the Vizard environment? Thank you, Jassel41  | 
| 
		 
			 
			#2  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
		
		 
			
			I'm not familiar with pspice, but you can call any external process and pass it arguments by using the Python subprocess module. Example: 
		
		
		
		
		
		
		
		
	
	Code: 
	import subprocess subprocess.call(['pspice.exe','arg1','arg2'])  | 
![]()  | 
	
	
		
  | 
	
		
  | 
			 
			Similar Threads
		 | 
	||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Call objects created within definitions | lilio | Vizard | 4 | 07-13-2009 12:13 PM | 
| Director call not working | vizmaster | Vizard | 1 | 08-21-2008 11:08 AM | 
| slow intersect call | pbeeson | Vizard | 21 | 09-13-2006 10:51 AM |