Teledyne-lecroy User-Defined Decoding (UDD) Advanced Script Langua Manuel d'utilisateur Page 19

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 28
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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 */
}
Vue de la page 18
1 2 ... 14 15 16 17 18 19 20 21 22 23 24 ... 27 28

Commentaires sur ces manuels

Pas de commentaire