Teledyne-lecroy CATC Scripting Language Reference Manual Manuel d'utilisateur Page 46

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 57
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 45
C
HAPTER
12
Decoder Primitives
CATC Scripting Language
42
AddSeparator()
AddSeparator(<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)
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:
Figure 12-3: Separator cell
example
BeginCellBlock()
BeginCellBlock(<name string>, <value string>,
<description string or null>, <color integer or list>,
<additional_info any>)
Parameter Meaning Default Value Comments
name string Displays in the name field of the cell.
Vue de la page 45
1 2 ... 41 42 43 44 45 46 47 48 49 50 51 ... 56 57

Commentaires sur ces manuels

Pas de commentaire