<< Click to Display Table of Contents >> Navigation: Designing a PCB with AutoTRAX 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