The For Statement

<< Click to Display Table of Contents >>

Navigation:  AutoTRAX PCB Design Express (DEX) > Appendix > Scripting > Python > Control Statement >

The For Statement

The for statement iterates over all the elements of s until no more elements are available.The for statement works with any object that supports iteration.

for part in design.Parts:

 statements