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

Page 121

Advertising
background image

Methods of the IGCObject Class

Classes of the C++ Interface

CATC IBTrainer InfiniBand Exerciser API Reference

2-99

Set

void Set ( IN ig_int32 prop, IN const IGCVal & val );

Sets a property to a certain value.

None

prop

The property to be set. The list of properties is dependent on the derived
class. For the appropriate list refer to

“Properties and Programmatic

Settings” on page 4-1

.

val
The value assigned to the property.

None

Get

IGCVal Get ( IN ig_int32 prop );

Retreives the value of a specific property.

IGCVal

object.

prop

The property to be retrieved. The list of properties is dependent on the
derived class. For the appropriate list refer to

“Properties and

Programmatic Settings” on page 4-1

.

None

Call

Description

Return Value

Input Parameters

See also

Call

Description

Return Value

Input Parameters

See also

Advertising