
Chapter 11: Primitives File-based Decoding User Manual
44 LeCroy Corporation
SetAt()
RemoveAt( <list_object list, index integer> )
Parameter Meaning
Default
Value Comments
list_object li
st
index in
teger
Support
Supported by all LeCroy analyzers.
Return value
None.
Comments
This function sets up an element in a list at a giv
en index and fills up the list with new
elements.
Example
list = [0, 1, 2, 3];
list += 4;
list += 5;
SetAt( list, 8, 15, 0xAA ); # now list = [ 0, 1, 2, 3, 4, 5,
0xAA, 0x
AA, 15];
...
list = [ 0,1, 2, 3 ];
SetAt( list, 6, 15 ); # now list = [ 0,1, 2, 3, null, null, 15 ];
Commentaires sur ces manuels