Teledyne LeCroy Conquest User Manual - Users Manual User Manual

Page 233

Advertising
background image

Appendix A

223

Repeat Count

Repeat Count = Expression

Main block

Remark:

This statement repeats all statements in the block Expression number of
times.

Example

F1 = AddField(0, 20, "Field1", "", "F1");

/* Loop runs twice */

Repeat Count = 2

{

F1 = AddField(CURPOS, 23, "SubField of field F1",

"subfield of F1", "SubF");

}

Advertising