Resetpacketsend, Skiptestrun – Teledyne LeCroy Automation API for IBTrainer Software Ver.2.0 User Manual

Page 67

Advertising
background image

Methods of the IGCGenerator Class

Classes of the C++ Interface

CATC IBTrainer InfiniBand Exerciser API Reference

2-45

ResetPacketSend

void ResetPacketSend ( void );

Clears the send buffer. This is of relevance when a packet cannot be
sent out (the link is down or the cable is disconnected) and you wish to
discard the packet rather than wait for it to be sent out.

None

None

“PacketSend” on page 2-33

SkipTestRun

void SkipTestRun (IN ig_int8 count = 0xFF, IN IGESkipMode mode =

SKIP_SAME);

The Capricorn4x FPGA will by default insert skip ordered sets
according to the InfiniBand specification (I.e. the sequence of a COMMA
symbol followed by three SKIP symbols). In addition the Capricorn
FPGA has the capability to insert a special SKIP ordered set that looks
as if the byte stream would be modified by a retiming repeater i.e. SKIP
symbols are omitted and replaced by IDLE symbols.

None

count

Number of special skip insertions

mode

mode

can have following values:

• SKIP_SAME (keep previous set value)
• SKIP_1 (DWORD that is inserted looks like this IDLE COM SKP

SKP)

Call

Description

Return Value

Input Parameters

See also

Call

Description

Return Value

Input Parameters

Advertising