Teledyne-lecroy Protocol Analyzers File-Based Decoding User Manual Manuel d'utilisateur Page 50

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 82
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 49
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 ];
Vue de la page 49
1 2 ... 45 46 47 48 49 50 51 52 53 54 55 ... 81 82

Commentaires sur ces manuels

Pas de commentaire