The For Statement

<< Click to Display Table of Contents >>

Navigation:  Designing a PCB with the DEX PCB Designer > 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