Teledyne-lecroy User-Defined Decoding (UDD) Advanced Script Langua Manuale Utente Pagina 19

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 28
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 18
SetTableHeader
SetTableHeader(string);
SetTableHeader(OptionalFieldId);
Remark
This statement sets table header of interpreted data. Viewer shows string in header of table that
shows interpretation of data. If you use SetTableHeader(OptionalFieldId) form of this statement,
option string of specified OptionalFieldId is set as table header.
Parameter
String specifies the string that you want to show in header of table.
OptionalFieldId specifies FieldId of an optional field.
Example
OpCode = AddField (0, 8, “Op Code”, “Op Code”, “Op Code”);
If (ValueOf (OpCode) = 0x01) then /* Read command */
{
SetTableHeader (“Read”);
/* Remaining decoding */
}
Vedere la pagina 18
1 2 ... 14 15 16 17 18 19 20 21 22 23 24 ... 27 28

Commenti su questo manuale

Nessun commento