TPKT.NumberOfComplexForwardConditions

Specifies the number of conditions specified for ThroughPacket data transmission.

Syntax

TPKT.NumberOfComplexForwardConditions = numconditions

Access

Read/Write

Type

Integer

Default

None.

Allowed values

Number of conditions set for transmitting complex packets.

Example

TPKT.NumberOfComplexForwardConditions = 4

Details

This keyword specifies the number of TPKT.ComplexForward[x].DestinationPacketSize keyword strings in which the value is not set to 0.

In the following example, the number of TPKT.NumberOfComplexForwardConditions is 3:

TPKT.ComplexForward[0].LifeTimeTicks = 0
TPKT.ComplexForward[0].DestinationPacketSize = 1440
TPKT.ComplexForward[1].LifeTimeTicks = 1 
TPKT.ComplexForward[1].DestinationPacketSize = 650
TPKT.ComplexForward[2].LifeTimeTicks = 2 
TPKT.ComplexForward[2].DestinationPacketSize = 1    
TPKT.ComplexForward[3].LifeTimeTicks = 3
TPKT.ComplexForward[3].DestinationPacketSize = 0
TPKT.ComplexForward[4].LifeTimeTicks = 0 
TPKT.ComplexForward[4].DestinationPacketSize = 0
TPKT.ComplexForward[5].LifeTimeTicks = 0
TPKT.ComplexForward[5].DestinationPacketSize = 0
TPKT.ComplexForward[6].LifeTimeTicks = 0
TPKT.ComplexForward[6].DestinationPacketSize = 0 
TPKT.ComplexForward[7].LifeTimeTicks = 0   
TPKT.ComplexForward[7].DestinationPacketSize = 0

For information about the Clarent ThroughPacket multiplexing algorithm and its implementation in Fusion software, refer to the Fusion Developer's Manual.

See also

TPKT.ComplexForward.Count, TPKT.ComplexForward[x].LifeTimeTicks, TPKT.ComplexRxPort, TPKT.ComplexTxPort, TPKT.Enable