Electron microscopy
 
Send a Variable from One Script (Back) to Another Script with a Function
- Python for Integrated Circuits -
- An Online Book -
Python for Integrated Circuits                                                                                   http://www.globalsino.com/ICs/        


Chapter/Index: Introduction | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | Appendix

=================================================================================

Send a variable or a updated variable back to a script in a child folder, and send a variable or a updated variable back to a script in its parent folder. Code in Parent folder:
         Replace headers in a csv file         
      Code in Child folder ("MyChildFolder"):         
         Replace headers in a csv file
   Output, obtained by executing the code in Parent folder, with the execution steps P1, P2, ... P16:         
         Replace headers in a csv file
   Output, obtained by executing the code in Child folder ("MyChildFolder"), with the execution steps C1, C2, ..., C19:            
         Replace headers in a csv file

============================================

Send a variable from one script (back) to another script with a function: Code A:
         Replace headers in a csv file         
      Code B   
         Replace headers in a csv file
Output:         
         Replace headers in a csv file

============================================

Send a variable from one script (back) to another script with a function: Code A:
         Replace headers in a csv file         
      Code B   
         Replace headers in a csv file
Output:         
         Replace headers in a csv file

         
         
         
         
         
         
         
         
         
         
         
         
         
         
         
         
         
         

 

 

 

 

 



















































 

 

 

 

 

=================================================================================