beautypg.com

Teledyne LeCroy LeCroy Analyzers File Based Decoding Manual User Manual

Page 45

background image

File-based Decoding User Manual

Chapter 11: Primitives

LeCroy Corporation

39

Trace()

Trace( any>, any>, ...)

Return value
None.

Comments
The values given to this function are given to the debug console.

Example

list = ["cat", "dog", "cow"];

Trace("List = ", list, "\n");

would result in the output

List = [cat, dog, cow]

Parameter

Meaning

Default

Value

Comments

arg any

Number of arguments is variable.