Runs a simulation on specified netlist.
Run [/error] [/filename <filename>] [/append <filename>] [/anno]
| 
                             /anno  | 
                        
                             
  | 
                    
| 
                             /append  | 
                        
                             Result is appended to file of name filename .  | 
                    
| 
                             /converted  | 
                        
                             
  | 
                    
| 
                             /errors  | 
                        
                             Only lines that are in error are output.  | 
                    
| 
                             /fileName  | 
                        
                             Result is written to file of name filename .  | 
                    
| 
                             /icap  | 
                        
                             
  | 
                    
| 
                             /pspice  | 
                        
                             
  | 
                    
| 
                             /spice  | 
                        
                             
  | 
                    
** Open liked Run OpenLinkedRun Run /label "Run=1" netlist.net... changes to netlist ** second run Run /label "Run=2" netlist.net... changes to netlist ** third run Run /label "Run=3" netlist.net... changes to netlist ** fourth and final run Run /label "Run=4" netlist.net CloseLinkedRunIn the above, the /label switches are not actually necessary as "Run=n" labels will be generated automatically. Any label, preferably in the form name=value may be used. Linked Run Example using /sweep and /append This is the old method. The newer OpenLinkedRun/CloseLinkedRun is simpler.
** First run
Run /sweep start /label "Run=1" netlist.net
** save group name
Let grp1 = (Groups())[0]... changes to netlist
** second run
Run /sweep continue /label "Run=2" /append {grp1} netlist.net... changes to netlist
** third run
Run /sweep continue /label "Run=3" /append {grp1} netlist.net... changes to netlist
** fourth and final run
Run /sweep finish /label "Run=4" /append {grp1} netlist.net
        | ▲ Command Summary ▲ | ||
| ◄ RotInst | RunAsync ▶ | |