Hapter, Ecoder, Rimitives – Teledyne LeCroy CATC Scripting Language Reference Manual User Manual
Page 42: Abort(), Addcell()

C
HAPTER
12
Decoder Primitives
CATC Scripting Language
38
C
HAPTER
12: D
ECODER
P
RIMITIVES
Abort()
Abort()
Parameter
Meaning
Default Value
Comments
N/A
Return value
An integer that should be passed back to the application unchanged.
Comments
Called when an input context renders the currently pending transaction done, but is
not itself a member of that transaction. An example would be an input transaction
that represents some sort of reset condition that renders all pending transactions
invalid. The input transaction is not consumed by this action and will go on to be
considered for other pending transactions.
Example
if ( IsReset )
return Abort();
AddCell()
AddCell(
Parameter
Meaning
Default Value
Comments
name string
Displays in the name field of the cell.
value string
Displays in the value field of the cell.
description string or null
Displays in tool tip.
color integer or list
If not speci-
fied, a default
color is used
Color can be specified as either a packed color
value in an integer, or as an array of RGB values
ranging from 0-255. Displays in the name field
of the cell.