FrameLengthDistributionSlot Object


Description:

Defines a single frame size or frame size range in an iMIX frame size distribution. There can be up to 16 of these objects under a FrameLengthDistribution object.

Automatically created from: FrameLengthDistribution

FrameLengthDistributionSlot Writable Attributes

Attribute Description
Common Writable Attributes Active, Name
FixedFrameLength

Frame size used when FrameLengthMode is set to FIXED.

Type: u16

Default: 128

FrameLengthMode

Whether to use fixed or random frame sizes.

Type: enum

Default: FIXED

Possible Values:

Value Description
FIXED

Use the fixed frame size defined by FixedFrameLength.

RANDOM

Use random frame sizes between the settings of MaxFrameLength and MinFrameLength.

MaxFrameLength

Maximum frame size used when FrameLengthMode is set to RANDOM.

Type: u16

Default: 1518

MinFrameLength

Minimum frame size used when FrameLengthMode is set to RANDOM.

Type: u16

Default: 128

Weight

Importance to give this frame size definition (this FrameLengthDistributionSlot object) in the frame size distribution. A higher Weight value for this frame size definition in relation to the Weight values of other frame size definitions means more traffic of this size will be transmitted.

Type: u16

Default: 1

Range: 1 - 65535

FrameLengthDistributionSlot Read-Only Attributes

There are no read-only attributes.