Operator – Teledyne LeCroy Automation API for IBTrainer Software Ver.2.0 User Manual

Page 77

Advertising
background image

Methods of the IGCGeneratorList Class

Classes of the C++ Interface

CATC IBTrainer InfiniBand Exerciser API Reference

2-55

Get

const IGCGeneratorInfo & Get ( IN int index ) const;

Returns the IGCGeneratorInfo class with the index index. This call can be
used from TCL.

Reference to the IGCGeneratorInfo object.

index

Generator index.

None

Operator[]

const IGCGeneratorInfo & operator[] ( IN int index ) const;

Operator[]

provides access to the IGCGeneratorInfo class that contains

serial number and port information for the generator. This type of
operator cannot be translated into TCL. If working with TCL use the
Get()

function above.

Reference to the IGCGeneratorInfo object.

index

Generator index.

None

Call

Description

Return Value

Input Parameters

See also

Call

Description

Return Value

Input Parameters

See also

Advertising