![Catalyst AirCom UWB Analyzer User Manual Download Page 100](http://html1.mh-extra.com/html/catalyst/aircom-uwb-analyzer/aircom-uwb-analyzer_user-manual_2573636100.webp)
Catalyst Enterprises Inc.
Appendix B
92
Repeat
Repeat Expresssion
Block
Remark
This statement repeats all commands in block until the Expression is TRUE.
Example
F1 = AddField(0, 20, "Field1", "It starts form
bit# 2", "F1");
F2 = AddField(20, 40, "Field2", "This field is
used for..", "F2");
F31 = GetData(32, 10);
/* This loop will repeat till current position > 34 (in
bits)*/
Repeat CURPOS < 100
{
F1 = AddField(CURPOS, 23, "SubField of field f1",
"subfield of f1",
"subfield");
}
Repeat Count
Repeat Count = Expression
Block
Remark
This statement repeats all commands in block as many times as the value of
Expression.
Example
F1 = AddField(2, 3, "Field1", "It starts form bit# 2",
"F1");
F2 = AddField(2, 3, "Field2", "This field is used
for..", "F2");
F31 = GetData(32, 343);
F31 = GetData(0b01010101, 349843);
/* this loop will be run 2 times. */
Repeat Count = 2
{
F1 = AddField(CURPOS, 23, "SubField of field f1",
"subfield of f1",
"subfield");
}
Summary of Contents for AirCom UWB Analyzer
Page 1: ...March 2007 P N 400 0103 001 User s Manual Version 1 22 ...
Page 4: ...Catalyst Enterprises Inc Copyright iv ...
Page 54: ...Catalyst Enterprises Inc Faded Packets 46 Figure 32 Illustration of Faded Packets ...
Page 76: ...Catalyst Enterprises Inc Display Configuration 68 ...
Page 109: ......