Teledyne-lecroy USB Script Decode Manual Uživatelský manuál Strana 49

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 90
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 48
43
CHAPTER 12
CATC Scripting Language for USB Decoder Primitives
AddSeparator()
AddSeparator(<additional_info any>, ...)
Return value
None.
Comments
Creates a separator cell. _COLLAPSED, _EXPANDED, _HIDDEN,and_SHOWN
are all interpreted the same is in a regular AddCell call.
Example
AddCell( "Stuff", "Things" );
# AddSeparator adds a space between the previous and
subsequent cells.
AddSeparator();
AddCell( "More stuff", "More things" );
The output of the example is:
BeginCellBlock()
BeginCellBlock(<name string>, <value string>,
<description string or null>, <color integer or list>,
<additional_info any>)
Parameter Meaning Default Value Comments
additional_info any Used to create special cells or to modify cell
attributes. The values are predefined constants.
Possible values are:
_COLLAPSED
_EXPANDED
_HIDDEN
_SHOWN (default)
Figure 12-3: Separator cell
example
Parameter Meaning Default Value Comments
name string Displays in the name field of the cell.
Zobrazit stránku 48
1 2 ... 44 45 46 47 48 49 50 51 52 53 54 ... 89 90

Komentáře k této Příručce

Žádné komentáře