Teledyne-lecroy LeCroy Analyzers File Based Decoding Manual Manual do Utilizador Página 51

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 82
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 50
File-based Decoding User Manual Chapter 11: Primitives
LeCroy Corporation 45
SetAt()
RemoveAt( <list_object list, index integer> )
Support
Supported by all LeCroy analyzers.
Return value
None.
Comments
This function sets up an element in a list at a given 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, 0xAA, 15];
...
list = [ 0,1, 2, 3 ];
SetAt( list, 6, 15 ); # now list = [ 0,1, 2, 3, null, null, 15 ];
Parameter Meaning
Default
Value Comments
list_object list
index integer
Vista de página 50
1 2 ... 46 47 48 49 50 51 52 53 54 55 56 ... 81 82

Comentários a estes Manuais

Sem comentários