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

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 28
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 19
SetFieldTableHeader
SetFieldTableHeader(FieldId, string);
SetFieldTableHeader(FieldId, OptionalFieldId);
Remark
If you specify that subfields of a field are shown as a separated table (see SubFieldOf statement),
this statement can set table header.
If you use SetFieldTableHeader(FieldId, string) form of this statement, specified string is set in
table header. If you use SetFieldTableHeader(FieldId, OptionalFieldId) form of this statement,
option string of specified OptionalFieldId is set as table header. For more information about
optional field, see the DefineOption statement.
Parameter
FieldId is the fieldId defined in AddField.
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”);
Type = AddField (CURPOS, 8, “Type”, “Type”, “Type”);
SubFieldOf(Type, Separated)
{
SetFieldTableHeader(Type, “Sub fields of Type”);
T1= AddField (0, 4, “T1”, “T1”, “T1”);
T2= AddField (4, 8, “T2”, “T2”, “T2”);
}
Vedere la pagina 19
1 2 ... 15 16 17 18 19 20 21 22 23 24 25 26 27 28

Commenti su questo manuale

Nessun commento