Teledyne LeCroy Conquest User Manual - Users Manual User Manual

Page 249

Advertising
background image

Appendix A

239

dPhysical = AddField(CURPOS,16,"dPhysical","dPhysical",

"dPhysical");

SubFieldOf(dPhysical)

{

bDesignator = AddField(0, 8, "bDesignator","Designator

value; indicates which part of the body affects the

item","bDesignator");

bFlags = AddField(CURPOS,8,"bFlags","bFlags", "bFlags");

SubFieldOf(bFlags)

{

Effort = AddField(0, 5, "Effort","The Effort field

indicates how easy it is for a user to access the

control. A value of 0 identifies that the user can

affect the control quickly and easily. As the value

increases, it becomes more difficult or takes

longer for the user to affect the control",

"Effort");

Qualifier = AddField(CURPOS, 3, "Qualifier","The

Qualifier field indicates which hand (or half

of the body) the designator is defining. This

may not apply to for some devices",

"Qualifier");

}

}

}

if(Not EOD) Then

{

Unexpected = AddField(CURPOS, LengthOf(INPUTDATA)- CURPOS,

"Unexpected","Unexpected","Unexpected");

}

}

End

Note:

In case of discrepancies between the sample code shown and that
described by the text, the text description shall take precedence.

Advertising