Chapter 12: decoder primitives, Abort(), Addcell() – Teledyne LeCroy Merlins Wand - CSL manual (CATC Scripting Language Manual) User Manual

Page 45: 12 decoder primitives, Abort() addcell(), Hapter, Ecoder, Rimitives

Advertising
background image

39

CATC Scripting Language for Bluetooth Analyzers

CATC

Manual Ver. 1.21

C

HAPTER

12: D

ECODER

P

RIMITIVES

Abort()

Abort()

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(<name string>, <value string>, <description string or null>,

<color integer or list>, <additional_info any>)

Parameter

Meaning

Default Value

Comments

N/A

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.

Advertising